Previous Topic: Accessing Non-SQL Records Using SQL StatementsNext Topic: Transforming Non-SQL Element Names


Transforming Non-SQL Record and Set Names

Non-SQL record and set names may contain embedded hyphens, which are allowed in the naming conventions for non-SQL schemas, but not in the naming conventions for SQL schemas. To use record and set names with embedded hyphens in an SQL statement, enclose the names in double quotes, for example, "CUST-REC-123."