unplugged-system/external/AFLplusplus/testcases/others/sql/simple_queries.sql

4 lines
75 B
MySQL
Raw Normal View History

create table t1(one smallint);
insert into t1 values(1);
select * from t1;