Hai,
A small query..
I have a table with only two integer columns.
Daily a count of records get inserted into the mentioned two column table.
Now, my requirement is..
I need to get the records based on date (no date field is present*).
Is it possible?
If possible.. how?
Why not just add a date column? You can also create a date dimension table and use a different data type like integer in your main table to represent the date, it may be a bit faster.