I have a sql table which has a date column (let say deployDate). Now I need to select data in this basis.
Let say user has selected 01-27-2012 (which is friday) so I need to filter my data for this week only (i.e. Sunday to Saturday – 01-22-2012 to 01-28-2012)
How to write where clause for this?
1 Answer