I am trying this query, but didn’t work
INSERT INTO single_user (location_home.id_location_home )
SELECT location_home.id_location_home
WHERE location_home.location = 'London'
Any help?
error:
for the right syntax to use near 'WHERE location_home.location = 'London'' at line 3
thanks
You forgot the FROM clause.