Skip to main content

String Data Type

Any non-null value can be typed as String. A String can be anything.

Nota

If a column of values fails to match another data type, the column is typed as String data.

The length of an individual string value is limited only by the limit applied to an entire row of data, which is approximately 1 MB of characters.

Nota

On export to relational systems, string lengths are limited to 256 for performance reasons.