SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table address like sakila.address; ; INSERT INTO `address` ( `address`, `district`, `city_id`, `postal_code`, `phone`) VALUE ( "898 Homer St", "Yaletown", 565, 26336, 0523323201); ; select address, district, city_id, postal_code, phone from address; show status like 'Last_query_cost';

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear