databases
databases copied to clipboard
Week3 README.md Missing quotation marks in the exemple of prepared statements
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 = ?';