Hi I am using Select query but it is taking time to retrive data I am using ODBC connection can n e one tell me how can I Improve this query performance query as given below there are 30 field and thousands of records in the table I have to select only two
select col1, col2 from TableName
select col1, col2 from TableName
Comment