The DBMS specifies character sets and parameter lengths for table and column names. References to table and column names in RSL statements are case-sensitive.
Table and column names that contain embedded spaces, special characters, or RSL reserved words must be enclosed in double quotes.
Note: Using brackets ([ ]) to enclose MS SQL Server names with special characters is not supported.
In statements that include column value comparisons, such as POPULATE CONVERSION TABLE, column values must be enclosed in single quotes.