SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table clients ( id uuid primary key default uuid_generate_v4(), email text unique, wallet_address text, client_type int ); insert into clients (email, wallet_address, client_type) values ('customer1@mail.ru', null, 1), ('customer2@mail.ru', null, 2), ( null, 'wallet_address123', 3); select * from clients;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear