R
Ricardo Vazquez
Hi everybody!
Is there a SQL command for MS Access similar to the CONVERT command in
Transact-SQL?
And could you please help me an usage example?
I need to change a DateTime format, something like this:
(this is what I would do in SQLServer):
SELECT distinct(CONVERT(char(11),dateField,105))
from Table1
order by CONVERT(char(11),dateField,105)
Thank you!
Ricardo.
Is there a SQL command for MS Access similar to the CONVERT command in
Transact-SQL?
And could you please help me an usage example?
I need to change a DateTime format, something like this:
(this is what I would do in SQLServer):
SELECT distinct(CONVERT(char(11),dateField,105))
from Table1
order by CONVERT(char(11),dateField,105)
Thank you!
Ricardo.