jayender.vs
September 22nd, 2005, 02:52 AM
Hi,
I need to skip one column from my table ...
say i got
select * from table1
Table1 contains 100 columns.
i need 99 column and i dont need the remaiing 1 column where the image is stored.
is it possible to skip that 1 column ?
condition:
1) I dont want to enter all the 99 column name in the query.
is there any solution ?
wiating ....!!!!
I need to skip one column from my table ...
say i got
select * from table1
Table1 contains 100 columns.
i need 99 column and i dont need the remaiing 1 column where the image is stored.
is it possible to skip that 1 column ?
condition:
1) I dont want to enter all the 99 column name in the query.
is there any solution ?
wiating ....!!!!