4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
create database test;
|
|
use test;
|
|
create table txxx1 (c1 int primary key);
|