I\'d like to create a JDBC PreparedStatement like:
SELECT URL,LOCATE ( \'?\', URL ) pos FROM Links WHERE pageId=? ORDER BY pos ASC
Where the 1s
Did you try it? I think quoted question marks are OK. only "bare" question marks should get replaced in the prepared statement