Name: CHAR Family: Datatype
Ranges: Any single alphanumeric character Maps To: TEXT(1)
Description: Text data

The CHAR datatype maps to a TEXT datatype with a length of one. It is primarily provided to allow compatability with existing SQL programs. Columns created as CHAR using the ALTER or CREATE TABLEcommands will UNLOAD as TEXT(1) columns.