mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
5 lines
88 B
Text
5 lines
88 B
Text
select ascii();
|
|
select ascii(123);
|
|
select ascii(1);
|
|
select ascii(2);
|
|
select ascii(1.5);
|