std.sql
application/sql
create table t1 (a int primary key, b int); insert into t1 (select i, i from generate_series(1, 10000000) as i); analyze;
application/sql
create table t1 (a int primary key, b int); insert into t1 (select i, i from generate_series(1, 10000000) as i); analyze;
We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect