Y
Hacker News
new
|
ask
|
show
|
jobs
by
progmetaldev
490 days ago
I know that MySQL uses backticks, Postgres/Sqlite uses double quotes, and MS SQL Server uses square brackets, when using keywords for a column or table.
1 comments
Hendrikto
488 days ago
The SQL standard uses double quotes.
link