SQL Reference
Varying-length character strings are of three types:
VARCHAR, LONG VARCHAR, and CLOB.
- VARCHAR types are varying-length strings of up to 32 672
bytes.
- LONG VARCHAR types are varying-length strings of up to 32 700
bytes.
- CLOB types are varying-length strings of up to 2 gigabytes.
[ Top of Page | Previous Page | Next Page ]