I need to form the equivalent of a Union Join in Oracle 8i, even though a Union Join doesn't appear to be supported in 8i. I might be able to manipulate a Full Outer Join to get the results I need, ...
Hi,<BR><BR>I'm in the process of building a SQL clean-up script that will be removing lots of now redundant data from our Oracle DB.<BR><BR>It seems that for tables which contain a FK pointing back to ...