endomorph1
Technical User
Hi,
Have a basic knowledge of SQL statement building but need to create a query and I am lost.
I need to count records in a table and group by the month between two dates and to export as a .csv file so I get a result like -
mm/yy count
01/07 3245
02/07 8734
or something similar. It is to be run through Interactive SQL.
Can anyone help please?
Have a basic knowledge of SQL statement building but need to create a query and I am lost.
I need to count records in a table and group by the month between two dates and to export as a .csv file so I get a result like -
mm/yy count
01/07 3245
02/07 8734
or something similar. It is to be run through Interactive SQL.
Can anyone help please?