mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
5 lines
140 B
Text
5 lines
140 B
Text
select char_length();
|
|
select char_length('tao's');
|
|
select char_length(123.45);
|
|
select char_length(123.45.67);
|
|
select char_length('a', 'b');
|