ClickHouse/tests/queries/0_stateless/02908_empty_named_collection.sql

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

6 lines
172 B
MySQL
Raw Normal View History

2023-11-09 07:59:50 +00:00
-- Tags: no-parallel
CREATE NAMED COLLECTION foobar03 AS a = 1;
ALTER NAMED COLLECTION foobar03 DELETE b; -- { serverError BAD_ARGUMENTS }
DROP NAMED COLLECTION foobar03;