Its known that
will display single row with head as fieldname and 1 as valueCode:SELECT 1 as head
Is there any way to generate multiple rows based on some range
For example i want to generate dates of particular month.
so it will be some 30 records generated without querying a particular table.

