same reseult set with less column
From: <dt1649651_at_yahoo.com>
Date: Fri, 26 Sep 2008 06:48:08 -0700 (PDT)
Message-ID: <2cd18536-4ae7-4b4d-ad4e-e10bd3f8876e@25g2000hsx.googlegroups.com>
Date: Fri, 26 Sep 2008 06:48:08 -0700 (PDT)
Message-ID: <2cd18536-4ae7-4b4d-ad4e-e10bd3f8876e@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 Received on Fri Sep 26 2008 - 08:48:08 CDT