1 2 3 4 5 6 7 8
create table t1 (a int, b int primary key); insert into t1 values (NULL, 1); select a from t1; drop table t1; create table t2 (a varchar(100), b int primary key); insert into t2 values (NULL, 1); select a from t2; drop table t2;
Loggerhead is a web-based interface for Breezy Version: 2.0.1