You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-08 03:42:19 +03:00
10 lines
138 B
SQL
10 lines
138 B
SQL
create table TestTime (
|
|
TestRunID bigint,
|
|
IterNum int,
|
|
SessNum int,
|
|
SQLSeqNum int,
|
|
SQLIdxNum int,
|
|
StartTime datetime,
|
|
EndTime datetime
|
|
);
|