Files

5 lines
48 B
Plaintext
Raw Permalink Normal View History

2024-07-02 23:47:26 +08:00
CREATE TABLE TestTable (
col
CHAR(3)
);