Hi,
How can I retrieve the current month with MySQL in a PERL cgi script.
I've tried something like "select to_char(sysdate,'Month') from dual", but this doesn't work.
Is t possible that you can't perform date functions, or any other fuction in MySQL.
Thanks for your help,
Tijs Programming is like sex: one mistake and you have to support it for the rest of your life.
How can I retrieve the current month with MySQL in a PERL cgi script.
I've tried something like "select to_char(sysdate,'Month') from dual", but this doesn't work.
Is t possible that you can't perform date functions, or any other fuction in MySQL.
Thanks for your help,
Tijs Programming is like sex: one mistake and you have to support it for the rest of your life.