SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table foo(bar int, baz boolean, xxmin int); insert into foo(bar, baz) select val, val % 4 <> 0 from generate_series(1, 1000) as val; --checkpoint; select xmin, xmax, ctid, * from foo limit 40;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear