1

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

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Guna
  • 59
  • 2
  • 10
  • Possibly related: http://stackoverflow.com/questions/808356/how-to-determine-values-for-missing-months-based-on-data-of-previous-months-in-t – John Saunders Jan 31 '14 at 05:36
  • sorry for the late reply. i want to know what is n in firstof month – Guna Jan 31 '14 at 06:04

0 Answers0