Files
oceanbase/unittest/share/schema/test_ddl.schema
wangzelin.wzl 93a1074b0c patch 4.0
2022-10-24 17:57:12 +08:00

4 lines
73 B
Plaintext
Executable File

create database test;
use test;
create table txxx1 (c1 int primary key);