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
Login    Share code      Blog   FAQ

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

Copy Format Clear
CREATE TABLE data ( id integer, name text, sell_value real ); CREATE DOMAIN data_domain AS TEXT CHECK(VALUE = ANY ('{joe, john, jack}'::text[])); ALTER TABLE data ALTER COLUMN name SET DATA TYPE data_domain;

Stuck with a problem? Got Error? Ask AI support!

Copy Clear