mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
3 lines
63 B
Text
3 lines
63 B
Text
select trim();
|
|
select trim(123);
|
|
select trim(both 1 from 123);
|