You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
In MariaDB and MySQL (and every other relation database) there are reserved keywords, which shouldn't be used in schema (table names, column names, etc).
Hey
In MariaDB and MySQL (and every other relation database) there are reserved keywords, which shouldn't be used in schema (table names, column names, etc).
https://dev.mysql.com/doc/refman/8.0/en/keywords.html
Please also don't use wildcards (underscore is a wildcard) in schema. Confusion par excellence ;)
you use here
_key
and_type
.Nisi made a query and wondered why empty result set
it needs special quoting:
thanks
GETandSELECT
The text was updated successfully, but these errors were encountered: