ClickHouse/tests/queries/0_stateless/02579_parameterized_replace.sql

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

3 lines
82 B
MySQL
Raw Normal View History

SET param_test_a=30;
SELECT * REPLACE({test_a:UInt32} as number) FROM numbers(2);