3 lines
78 B
MySQL
3 lines
78 B
MySQL
|
|
drop table T_TEST if exists;
|
||
|
|
|
||
|
|
create table T_TEST (NAME varchar(50) not null);
|