ClickHouse/tests/queries/0_stateless/02788_current_schemas_function.sql

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

4 lines
177 B
MySQL
Raw Normal View History

SELECT current_schemas(true) AS result;
SELECT current_schemas(false) AS result;
SELECT current_schemas(1); -- { serverError 43 }
SELECT current_schemas(); -- { serverError 42 }