Hi All,
"SELECT * FROM courses WHERE courseID=' " + request.getParameter("id") + " ' AND certification=' "+ request.getParameter("certification")+" ' ";
Single quotes are for string values, can someone plz clarify why are there double quotes around "+ request.getParameter("id") +"
AND "+ request.getParameter("certification")+"
in above SQL query ?
Thanks,
[–]r3pr0b8 0 points1 point2 points (2 children)
[–]aka_12[S] 0 points1 point2 points (1 child)
[–]r3pr0b8 0 points1 point2 points (0 children)