Good Afternoon in GMT +8
is there a way to search for a data from multiple databases? uhm, i know that we could do something like below:
select * from table1 where [name] = 'John'
select * from table2 where [name] = 'John'
is there a way to search for it like
select * from sometables where [name] = 'john'