Maximum length for VARCHAR
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Maximum length for VARCHAR
The maximum length of the VARCHAR data
type depends on:
-
The number of columns in a table — More columns in a
table further limits the length of
VARCHARdata. -
When a table was created — Tables created earlier can support
longer
VARCHARdata than tables created later.