Quote:
|
Originally Posted by swati malla
Thanks a lot for your quick response...For excluding the columns whose data type i dont like it..What could be the query for that...
I would really appreciate if some one can tell the query .......
|
Simple, instead of: select * from table
try: select col1,col2,col3,col4... from table
Andy