ClickHouse/tests/queries/0_stateless/02711_trim_aliases.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
111 B
MySQL
Raw Normal View History

SELECT name FROM system.functions
WHERE name = 'ltrim'
OR name = 'rtrim'
OR name = 'trim'
ORDER BY name;