SQL adaptation guide For Genero db 3.6x, 3.8x / Data manipulation |
The ANSI string delimiter character is the single quote ('string'). Double quotes are used to delimit database object names ("object-name").
Example: WHERE "tabname"."colname" = 'string'
Informix® allows double quotes as string delimiters, but Genero db doesn't. This is an important distinction, as many BDL programs use double quotes to delimit the strings in SQL commands.
Genero db implements ANSI-compliant SQL syntax and therefore does not support double-quoted string literals; only database object names can be double-quoted.