Click here to Skip to main content
15,879,096 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
how to filter the excel data in sql server 2008 using c# after importing excel data into sql using c#
Posted
Comments
Member 9762654 26-Mar-13 5:43am    
you have imported excel data to sql table am i right? Filter in what sense?
Maciej Los 26-Mar-13 6:32am    
Please, be more specific and provide more details.
What you mean "filter excel data after import into sql"?

1 solution

If the data is already in your table use a select query with a where clause.

http://www.w3schools.com/sql/sql_where.asp[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900