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; select * from address a join city c on c.city_id = a.city_id join country co on c.country_id = co.country_id where co.country_id = 'Canada'

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear