Skip to content

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

Description

@Veronika121

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions