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

The SQL standard uses double quotes.