mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-03-13 07:36:58 +08:00
Clean up references to SQL92
In most cases, these were just references to the SQL standard in general. In a few cases, a contrast was made between SQL92 and later standards -- those have been kept unchanged.
This commit is contained in:
@ -110,7 +110,7 @@ SELECT '' AS "Five",
|
||||
--
|
||||
-- NULLIF() and COALESCE()
|
||||
-- Shorthand forms for typical CASE constructs
|
||||
-- defined in the SQL92 standard.
|
||||
-- defined in the SQL standard.
|
||||
--
|
||||
|
||||
SELECT * FROM CASE_TBL WHERE COALESCE(f,i) = 4;
|
||||
|
||||
Reference in New Issue
Block a user