This commit is contained in:
Alex Garcia 2024-11-18 12:25:01 -08:00
parent 3db69bd8ed
commit 1ec1b89f60
3 changed files with 111 additions and 21 deletions

View file

@ -4,6 +4,21 @@
.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(
vector float[1],
+description text