I have the following code for example:
SELECT Something, ?, Count('Something2') AS Total FROM table WHERE Id=? AND Time>NOW() FOR UPDATE
Now I need to search for the ? between SELECT and FROM. How can I do that? Something like SELECT \? FROM