Re: Search Query
So just to be clear, I am doing the below to include all tables? So since I have four tables, my query, for example, should look like this:
(SELECT * FROM donations)
UNION ALL
(SELECT * FROM single)
UNION ALL
(SELECT * FROM shoes)
UNION ALL
(SELECT * FROM groupForm)
ORDER BY postingTitle;
Subject
Written By
Posted
Re: Search Query
August 31, 2010 10:45AM
September 01, 2010 11:11AM
September 01, 2010 11:35AM
September 01, 2010 12:40PM
September 01, 2010 02:14PM
September 01, 2010 02:18PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.