gmennessier
Technical User
Hi everybody!
I've got a problem,
I'm programing in ASP and I want to do:
SELECT MONTH(date)as mois,year(date) as année FROM LOGON
But it returns the error:
Microsoft OLE DB Provider for Oracle error '80040e14'
ORA-00904: "MONTH" : identificateur non valide
What does it significate?
Does the function MONTH exist?
What must I do?
Please,Help me.
Thanks a lot.
I've got a problem,
I'm programing in ASP and I want to do:
SELECT MONTH(date)as mois,year(date) as année FROM LOGON
But it returns the error:
Microsoft OLE DB Provider for Oracle error '80040e14'
ORA-00904: "MONTH" : identificateur non valide
What does it significate?
Does the function MONTH exist?
What must I do?
Please,Help me.
Thanks a lot.