0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-14 05:35:29 +00:00
Files
libsql/libsql-sqlite3/test/fixtures/vtab_err.test
2024-05-27 12:59:10 +02:00

5 lines
81 B
Plaintext

CREATE TABLE r(a PRIMARY KEY, b, c);
CREATE VIRTUAL TABLE e USING echo(r);