skip to main content
Drivers Only Available for 32-Bit Platforms : The Btrieve (Pervasive.SQL) Driver : Column Names
 

Try DataDirect Drivers Now

Column Names

Column names in SQL statements (such as Select and Insert) can be up to 20 characters long. If column names are in all lowercase, a combination of upper and lowercase, contain blank spaces, or are reserved words, they must be surrounded by the grave character ( ` ) (ASCII 96). For example:
SELECT `name` FROM emp