mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-12-15 08:39:46 +00:00
ad79ef48a2
* add tests * add bench
7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
|
|
DROP TABLE IF EXISTS t2;
|
|
CREATE TABLE t2(x, y);
|
|
INSERT INTO t2 VALUES(1, 2);
|
|
INSERT INTO t2 VALUES(3, 4);
|
|
|