![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
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 |
#4
| |||
| |||
|
|
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 |
#5
| |||
| |||
|
|
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 |
#6
| |||
| |||
|
|
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 |
#7
| |||
| |||
|
|
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 |
#8
| |||
| |||
|
|
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 |
#9
| |||
| |||
|
|
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 |
#10
| |||
| |||
|
|
What kind of business requirement drives this request? Given: you do not know the original query until run time. Implies: The original query is passed to you as text. Therefore: The only possible solution I can see is to parse the text. * Ed |

![]() |
| Thread Tools | |
| Display Modes | |
| |