mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
6 lines
111 B
SQL
6 lines
111 B
SQL
SELECT name FROM system.functions
|
|
WHERE name = 'ltrim'
|
|
OR name = 'rtrim'
|
|
OR name = 'trim'
|
|
ORDER BY name;
|