
Co-authored-by: Naynahs <cfzy002@126.com> Co-authored-by: hwx65 <1780011298@qq.com> Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
5 lines
170 B
Plaintext
5 lines
170 B
Plaintext
#create database opt;
|
|
#use opt;
|
|
create table t1(c1 int, c2 int);
|
|
create table t2(c1 int, c2 int);
|
|
create table t3(c1 int, c2 int, c3 double, c4 char(20), c5 varchar(40)); |