Hi! Could we please enable some services and cookies to improve your experience and our website?

SQLize | PHPize | SQLtest

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

A A A
Login    Share code      Blog   FAQ
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 AI support!

Copy Clear