1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-25 20:23:16 +03:00
Files
mariadb-columnstore-engine/mtr/csinternal/devregression/r/mcs7579_j11.result
mariadb-RomanNavrotskiy 73b4147cf3 move mtr suites here
2021-01-31 01:38:31 +02:00

22 lines
259 B
Plaintext

drop table if exists j11;
create table j11 (j11_key int)engine=columnstore;
insert into j11 values (11),(12),(13),(14),(15),(16),(17),(18),(19),(20),(21),(22),(23),(24),(25),(null);
select * from j11;
j11_key
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
NULL