What algorithm should i follow to retrieve data in the prescribed format?
- by Prateek
I have to retrieve data from a database in which tables are consisting of fields like "ttc, rm, atc and lta" namely. Actually these values are stored on daily basis with a 15 min interval like
From_time to_time ttc rm atc lta
00:00 00:15 45 10 35 25,
00:15 00:30 35 10 25 25
and so on ..
These values are…