Skip to:
-- Run the SQL?? select * /* This is the wrong table? */ from table where col = 'do you like spam? I sure do.' and col2 = ?
or
-- foo :param bar select * /* foo :param bar */ from table where col = 'foo :param bar' and col2 = :param
-- Run the SQL?? select * /* This is the wrong table? */ from table where col = 'do you like spam? I sure do.' and col2 = ?
or
-- foo :param bar select * /* foo :param bar */ from table where col = 'foo :param bar' and col2 = :param