sqlite-vec/tests/leak-fixtures/vec0-create.sql

8 lines
93 B
MySQL
Raw Normal View History

2024-07-25 11:16:06 -07:00
.load dist/vec0
.mode box
.header on
.eqp on
.echo on
create virtual table v using vec0(y);