4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
DROP TABLE IF EXISTS t1;
|
|
CREATE TABLE t1 (x1 int, fl int);
|
|
SELECT fl FROM t1;
|