mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add regression test for the __getScalar()
This commit is contained in:
parent
842f4e2ca0
commit
920572915e
1
dbms/tests/queries/0_stateless/01024__getScalar.sql
Normal file
1
dbms/tests/queries/0_stateless/01024__getScalar.sql
Normal file
@ -0,0 +1 @@
|
||||
CREATE TABLE foo (key String, macro String MATERIALIZED __getScalar(key)) Engine=Null(); -- { serverError 43 }
|
Loading…
Reference in New Issue
Block a user