- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- NetLogic tutorial
- Object and variable references
CHAR_LENGTH clause
CHAR_LENGTH
clauseThe
CHAR_LENGTH
clause obtains the length of a String
type column.Example
SELECT CHAR_LENGTH(Column1) AS Column1Length FROM ...
Provide Feedback