Last answered:

08 Nov 2022

Posted on:

29 Jul 2022

0

Resolved: Unrecognised Format -"Sales"

MySQL does not recognise the element of sql statement placed in quotation mark. When I tried to use quotation mark for the name of the database I keep getting an error code 1064. But when I removed it, it seems to work fine. Is this issue with my version of MySQL workbench or is the format no longer recognisable?

PS: I use version 8.0.30

image.png
image.png

2 answers ( 1 marked as helpful)
Instructor
Posted on:

03 Aug 2022

2

Hi Taiwo!
Thanks for reaching out.

The names of databases and tables should not be in quotes. This is not a version-related issue. This is the syntax. For database and tables you should use backticks (````) or not use any symbols.

Hope this helps.
Best,
Tsvetelin

Posted on:

08 Nov 2022

0

assignment

Submit an answer