mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Correct spelling of PostgreSQL
This commit is contained in:
parent
daeb0527e1
commit
1f9e164e64
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ SELECT SUM(s.monitor_tally) AS monitor_total
|
|||
|
||||
### Reserved keyword reference
|
||||
|
||||
A list of ANSI SQL 92, ANSI SQL 99, ANSI SQL 2003, MySQL 3.23.x, MySQL 4.x, MySQL 5.x, PostGreSQL 8.1, MS SQL Server 2000, MS ODBC, Oracle 10.2 reserved keywords.
|
||||
A list of ANSI SQL 92, ANSI SQL 99, ANSI SQL 2003, MySQL 3.23.x, MySQL 4.x, MySQL 5.x, PostgreSQL 8.1, MS SQL Server 2000, MS ODBC, Oracle 10.2 reserved keywords.
|
||||
|
||||
```sql
|
||||
A
|
||||
|
|
Loading…
Reference in a new issue