SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
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 ChatGPT!
Copy Clear