Closed mrpre closed 2 years ago
There was a very clear, conscious decision when I was writing usql
to force the ANSI SQL mode for MySQL. In my humble opinion, it is best practice to use the SQL standard single quotes for quoted strings, and to leave identifiers unquoted. Closing this, as this is "implemented as designed".
only single quote can be recognized in
usql
while I use
mysql
command