DB_Column.text_left
text_leftn
Group: Text
Documentation
Gets the left n characters for each element of the column. In the Database backends, the default text left method of the particular database is used. In the in-memory backend, this will give you the left n graphemes of the string.
Examples
import Standard.Examples
example_text_length =
Examples.text_column_1.text_left 5