SQLize
Online
/
PHPize Online
/
SQLtest Online
A
A
A
Share
Donate
Blog
Popular
Donate
A
A
A
Share
Blog
Popular
SQLize.online is a free online SQL environment for quickly running, experimenting with and sharing code.
You can run your SQL code on top of the most popular RDBMS including MySQL, MariaDB, SQLite, PostgreSQL, Oracle and Microsoft SQL Server.
SQL code:
Upload
Copy
Format
Clear
PGDMP ( | whaticketautomatizaai 17.0 (Debian 17.0-1.pgdg110+1) 17.0 (Debian 17.0-1.pgdg110+1) > � 0 0 ENCODING ENCODING SET client_encoding = 'UTF8'; false � 0 0 STDSTRINGS STDSTRINGS ( SET standard_conforming_strings = 'on'; false � 0 0 SEARCHPATH SEARCHPATH 8 SELECT pg_catalog.set_config('search_path', '', false); false � 1262 16384 whaticketautomatizaai DATABASE } CREATE DATABASE whaticketautomatizaai WITH TEMPLATE = template0 ENCODING = 'UTF8' LOCALE_PROVIDER = libc LOCALE = 'C.UTF-8'; % DROP DATABASE whaticketautomatizaai; postgres false 3079 16394 uuid-ossp EXTENSION ? CREATE EXTENSION IF NOT EXISTS "uuid-ossp" WITH SCHEMA public; DROP EXTENSION "uuid-ossp"; false � 0 0 EXTENSION "uuid-ossp"