mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
5 lines
141 B
Text
5 lines
141 B
Text
select position('t' in);
|
|
select position(in 'taos');
|
|
select position(1 in 2213);
|
|
select position(1 in '2213');
|
|
select position('1' in 2213);
|