Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Nov 18, 2024
1 parent 018e978 commit 0db2e52
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,6 @@
.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
Expand Down

0 comments on commit 0db2e52

Please sign in to comment.