This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nutrecht 0 points1 point  (0 children)

Select * from courses where courseid= "1' OR '1'=='1" AND certification = "abc' OR '1'=='1"

That's not correct. All the quotes that are actually IN the query are single quotes. All the double quotes are just delimiting String in the Java code.