5 lines
48 B
Plaintext
5 lines
48 B
Plaintext
|
CREATE TABLE TestTable (
|
||
|
col
|
||
|
CHAR(3)
|
||
|
);
|