I have 2 same table with flowing column
id,
timestamp,
country,
data
table 1 is storing information for the country A , and
table 2 is storing information for the country B
i need to do SELECT from both table ORDER BY timestamp
can anybody help me with best and correct way?
Thanks
Please try