mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 08:11:34 +00:00
4 lines
75 B
SQL
4 lines
75 B
SQL
create table t1(one smallint);
|
|
insert into t1 values(1);
|
|
select * from t1;
|