mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 21:13:45 +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;
|