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 schema Project create table Project.Stores ( store_id integer, store_name varchar(200), specialization varchar(200) ); /* Store table insertions start */ INSERT INTO Project.Stores VALUES (1001, 'Магнит', 'Продукты'), (1002, 'Пятёрочка', 'Продукты'), (1003, 'Вкусвилл', 'Продукты'), (1004, 'Мираторг', 'Продукты'); SELECT row_to_json(Stores.*) FROM Project.Stores;

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

Copy Clear