I have some queries with inner joins and I have some give attributes such as this case:
...INNER JOIN users ON ? = users.id
WHERE report_cases_accepted.report_id=?
now the question is, is it correct if I put that "?" after ON
?
I have some queries with inner joins and I have some give attributes such as this case:
...INNER JOIN users ON ? = users.id
WHERE report_cases_accepted.report_id=?
now the question is, is it correct if I put that "?" after ON
?