Re: same reseult set with less column

From: Shakespeare <whatsin_at_xs4all.nl>
Date: Fri, 26 Sep 2008 16:06:24 +0200
Message-ID: <48dcec58$0$197$e4fe514c@news.xs4all.nl>

<dt1649651_at_yahoo.com> schreef in bericht news:2cd18536-4ae7-4b4d-ad4e-e10bd3f8876e_at_25g2000hsx.googlegroups.com...
>I am trying to get the same resultset with an original query but one
> last column less.
>
> For example the original query is "select x,y,z from table1 where
> condition1".
>
> How can I get the resultset of "select x,y from table1 where
> condition1" without knowing in advance the original query.
>
> Thanks for your help.
>
> DT
>

If you don't have any access to the original query, you could try to trace your session and see what it does, or investigate the SGA

Shakespeare Received on Fri Sep 26 2008 - 09:06:24 CDT

Original text of this message