QUEL Reference Guide > QUEL Reference Guide > QUEL Data Types > Access to Objects Created Through SQL
Was this helpful?
Access to Objects Created Through SQL
From QUEL you can freely access objects created using SQL, if the object name is a valid QUEL object name. However, you cannot access objects if the object name is mixed case or contains special characters. These objects are created through SQL using delimited identifiers. For example, using SQL you can create a table named "my table" (note the space embedded in the name.) You cannot access this table from QUEL--you must use SQL. For more information about delimited identifiers, see the SQL Reference Guide.
Last modified date: 11/28/2023