mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
3 lines
70 B
Text
3 lines
70 B
Text
select substring();
|
|
select substring('abc');
|
|
select substring(10, 1);
|