mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
4 lines
111 B
Text
4 lines
111 B
Text
select to_base64();
|
|
select to_base64(123);
|
|
select to_base64(123.45);
|
|
SELECT to_base64(cast("123" as INTEGER));
|