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 check_timezone( id uuid PRIMARY KEY DEFAULT (uuid_generate_v4()), registrated_at timestamp with time zone ); SELECT * FROM check_timezone; INSERT INTO check_timezone (registrated_at) VALUES('2004-10-19 22:00:00+03'); SELECT registrated_at AT TIME ZONE 'UTC' as reg FROM check_timezone

Stuck with a problem? Got Error? Ask ChatGPT!