char_length
function char_length(column): Column;Defined in: functions/string.ts:43
Returns the character length of string data or number of bytes of binary data.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
function char_length(column): Column;Defined in: functions/string.ts:43
Returns the character length of string data or number of bytes of binary data.
| Parameter | Type |
|---|---|
column | ColOrName |