Skip To Main Content
Account
Settings
Logout
placeholder
Account
Settings
Logout
Filter:
All Files
Submit Search
You are here:
Please select a platform to see relevant administration content.
Exasol can be installed as a Linux application on VM instances in the cloud or on your own hardware.
LENGTH
Purpose
This function returns the length of a string in characters.
Syntax
length::=
Example
SELECT
LENGTH
(
'abc'
)
LENGTH
;
LENGTH
Purpose
Syntax
Example
Give feedback
Click here to provide feedback about this documentation.
To include a link to this page, check the box "Include data..." in the feedback form.
Top