skip to main content
Part 3: The 32-Bit Drivers : The Btrieve (Pervasive.SQL) Driver : Column Names
  
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