should be it
This commit is contained in:
14
external/duckdb/test/sql/generated_columns/stored/basic.test
vendored
Normal file
14
external/duckdb/test/sql/generated_columns/stored/basic.test
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# name: test/sql/generated_columns/stored/basic.test
|
||||
# description: Usage of STORED generated column
|
||||
# group: [stored]
|
||||
|
||||
statement ok
|
||||
PRAGMA enable_verification
|
||||
|
||||
statement error
|
||||
CREATE TABLE tbl (
|
||||
price INTEGER,
|
||||
gcol AS (price) STORED,
|
||||
);
|
||||
----
|
||||
<REGEX>:.*Invalid Input Error.*Can not create.*
|
||||
Reference in New Issue
Block a user