hi,,i have table in 45 column,,but i want 40 column,,how i select using star* symbol and unwanted 5 coloumn,,or manually typing than fourty coloumn name a
if you want some columns from all then there is no way rather than writing column names or column index.
Example
select 1,2 from MyTable
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.