SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table address like sakila.address; insert into address select * from sakila.address; create table city like sakila.city; insert into city select * from sakila.city; create table country like sakila.country; insert into country select * from sakila.country; UPDATE address SET postal_code = CONCAT('111', postal_code) WHERE country = 'Canada' AND postal_code <> '0';

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear