Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: JOIN question - you can't do it
=20
> Assume the following tables:
>=20
>=20
My understanding is that this is principally IMPOSSIBLE in any SQL = dialect.
You need a result set with an unknown number of columns, i.e. one row = can be 1x text, 3x code, the next one could be 1x text, 10x code. There = is no support for this in SQL.
There are a few features for 'turning arround' a table (i.e. exchanging = rows/columns) but this will no do in your case.
Anybody else knows something that I am missing?
rgds
markellos