mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 05:52:05 +00:00
3 lines
82 B
MySQL
3 lines
82 B
MySQL
|
SET param_test_a=30;
|
||
|
SELECT * REPLACE({test_a:UInt32} as number) FROM numbers(2);
|