diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index 984908927f..f82c4640bd 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 - Identifier and key word names are case insensitive. Therefore: + Unquoted identifier and key word names are case insensitive. Therefore: UPDATE MY_TABLE SET A = 5;