I'm trying to search multiple tables in a single database but I'm not having any luck.
I have two tables, Cities and Countries and I want a single search that finds results from both/either
Something like this -
SELECT * FROM cities && countries WHERE name ='New York'
Any help would be awesome!