Column Names
Choose column names that follow these rules for SQL identifiers.
- Begin with a letter character.
ActiveSpaces reserves column names that begin with an underscore character for internal use.
- Subsequent characters can be letters, digits, or underscore characters.
- Do not use SQL keywords as column names.
- Column names are not case sensitive.
Invalid column names can cause errors when starting tibdgnode.
Copyright © Cloud Software Group, Inc. All rights reserved.