1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-05-11 13:21:30 +03:00
2016-01-06 14:08:59 -06:00

5 lines
206 B
SQL

-- Additional check constraint from QA
CREATE TABLE calpont.PART( p_partkey int not null, p_a varchar(55), p_b
decimal(8,2), p_c int default 1, p_d varchar(25) constraint checkitout check
(varchar = 'a' ))