i wrote query to select the words that start with the particular letter iam giving through java code it is showing errors ResultSet rs = st.executeQuery ("select rootwords from wordlist where rootwords like '"+input%+"' ");
where input is the particular word iam getting from user