diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index f82c4640bd2..64aec4f6843 100644 --- a/doc/src/sgml/syntax.sgml +++ b/doc/src/sgml/syntax.sgml @@ -1,4 +1,4 @@ - + SQL Syntax @@ -144,7 +144,7 @@ INSERT INTO MY_TABLE VALUES (3, 'hi there'); case sensitivity of SQL commands - Unquoted identifier and key word names are case insensitive. Therefore: + Key words and unquoted identifiers are case insensitive. Therefore: UPDATE MY_TABLE SET A = 5;