databases icon indicating copy to clipboard operation
databases copied to clipboard

Week3 README.md Missing quotation marks in the exemple of prepared statements

Open Veronika121 opened this issue 4 years ago • 0 comments

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 = ?';

Veronika121 avatar May 13 '21 20:05 Veronika121