index
:
~cnx/afl++
this commit
dataflow
dev
run
stable
Security-oriented fuzzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testcases
/
others
/
sql
/
simple_queries.sql
blob: 5fff40727f5e7b3ce07baf13a4c8113072bf0b7d (
plain
) (
blame
)
1
2
3
create
table
t1
(
one
smallint
);
insert
into
t1
values
(
1
);
select
*
from
t1
;