You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't work:
PREPARE example FROM SELECT name, salary FROM employees where id = ?;
It looks like it should be this instead:
PREPARE example FROM 'SELECT name, salary FROM employees where id = ?';
The text was updated successfully, but these errors were encountered:
This doesn't work:
PREPARE example FROM SELECT name, salary FROM employees where id = ?;
It looks like it should be this instead:
PREPARE example FROM 'SELECT name, salary FROM employees where id = ?';
The text was updated successfully, but these errors were encountered: