Is there any way to search two tables in one query?
I have two tables:
sarcshiftcentertable
id
startdate
enddate
sarcshiftpointtable
id
startdate
enddate
point_id
I want to search these two tables, like combining them but not horizontally, vertically.
I want to select the startdate and the enddate from these two tables in one query. Is this possible? If so, how can I do it?