Y
Hacker News
new
|
ask
|
show
|
jobs
by
epitactic
1570 days ago
MySQL uses `backticks` for quoting identifiers, ANSI SQL and PostgreSQL use "double-quotes", SQL Server and MS Access use [square brackets].
SQLite supports all three:
https://www.sqlite.org/lang_keywords.html