This commit is contained in:
Alex Garcia 2024-11-18 14:09:21 -08:00
parent 018e9789de
commit 0db2e52974

View file

@ -5,20 +5,6 @@
.mode qbox .mode qbox
create table t as select value from json_each('["aaaa","aaaaaaaaaaaa_aaa","bbbb","bbbbbbbbbbbb_bbb","cccc","cccccccccccc_ccc"]') order by 1;
.param set :p 'bbbbbbbbbbbb_ccc'
select :p;
select *
from t
where value > :p
order by value desc;
.exit
create virtual table v using vec0( create virtual table v using vec0(
vector float[1], vector float[1],
+description text +description text