I have a table which have the following fields
Sno StockDate PartNo Quantity Location
1 22.11.2013 011011011 100 Perungudi
2 24.12.2013 011201120 1000 Kottivakkam
3 1.1.2014 011011011 80 Perungudi
If i need to select datas on 1.1.2014 means i have to list the following datas
Sno StockDate PartNo Quantity Location
2 24.12.2013 011201120 1000 Kottivakkam
3 1.1.2014 011011011 80 Perungudi
that is the stock available on that day is as showed above. i want to know how to i write the select query