sql-builder
sql-builder copied to clipboard
Backtick is not SQL standard / doesn't work with PostgreSQL
The SQL:1999 standard specifies that double quote (") (QUOTATION MARK) is used to delimit identifiers. The backtick doesn't work with PostgreSQL.
Whereas the value identifier should be the single quote.