Hi There!
I have 2 queries, each selecting set of records from different tables.
SELECT Distinct(parent_ID) FROM item_audits WHERE created>=date OR edited>=date
SELECT Distinct(parent_ID) FROM item_responses WHERE created>=date
Now i want to combine the above 2 queries to one query.is it possible?
NOTE: all the refered fields are of datetime type
Regards
Bosky
I have 2 queries, each selecting set of records from different tables.
SELECT Distinct(parent_ID) FROM item_audits WHERE created>=date OR edited>=date
SELECT Distinct(parent_ID) FROM item_responses WHERE created>=date
Now i want to combine the above 2 queries to one query.is it possible?
NOTE: all the refered fields are of datetime type
Regards
Bosky