
October 30th, 2003, 04:27 AM
|
|
Registered User
|
|
Join Date: Sep 2003
Posts: 22
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
IS it possible to combine two queies to one.
Hi There!
I have 2 queries
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
|