Hi,
What is the fastest way on creating a table with a single column called 'D_date' which contain certain year range .
If i specify i need a 2004 data, the data in this table wil be someting like this:
D_date
2004-01-01, 2004-01-02, ........................................... 2004-12-31
If i specify i need a 2005 data, the data in this table wil be someting like this:
D_date
2005-01-01, 2005-01-02, ........................................... 2005-12-31