ClickHouse/tests/queries/0_stateless/02476_fix_cast_parser_bug.sql

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

2 lines
59 B
MySQL
Raw Normal View History

2022-11-05 01:10:51 +00:00
SELECT CAST(a, b -> c) ++; -- { clientError SYNTAX_ERROR }