Conventional identifiers
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Conventional identifiers
Conventional SQL identifiers must:
- Be limited to 32 characters
- Begin with an uppercase letter or lowercase letter
- Contain only letters (A-Z), digits (0-9), or the underscore character ( _ )
- Not contain a hyphen
- Not be reserved words, such as
CREATEorDROP - Only use ASCII characters only