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

SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share code      Blog   Popular   FAQ

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

Copy Format Clear
CREATE TABLE tbl(t text NOT NULL); INSERT INTO tbl SELECT x||'fooBAR' FROM generate_series(1, 100000) AS x; ANALYZE tbl; EXPLAIN (ANALYZE) SELECT * FROM tbl WHERE lower(t) = 'some'; EXPLAIN (ANALYZE) SELECT * FROM tbl WHERE t ilike 'some';

Stuck with a problem? Got Error? Ask ChatGPT!