mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-09 23:14:39 +02:00
5 lines
48 B
Plaintext
5 lines
48 B
Plaintext
CREATE TABLE TestTable (
|
|
col
|
|
CHAR(3)
|
|
);
|