mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
5 lines
106 B
Text
5 lines
106 B
Text
select round();
|
|
select round(10, );
|
|
select round(, 2);
|
|
select round('abc', 2);
|
|
select round(123.23, 'a');
|