mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
6 lines
111 B
MySQL
6 lines
111 B
MySQL
|
SELECT name FROM system.functions
|
||
|
WHERE name = 'ltrim'
|
||
|
OR name = 'rtrim'
|
||
|
OR name = 'trim'
|
||
|
ORDER BY name;
|