I have Table Fields (Columns) like
ID
DATE
I want to insert the rows in above table in between date ranges
For Example:
If I given the date Range like 23/1/2014 to 25/1/2014
then row insertion result should be like this
ID | DATES
1 | 23/1/2014
2 | 24/1/2014
3 | 25/1/2014
please provide me the solution in the form of Query not Stored procedure/Function