[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Need help Datefield Retrieval like this mmddyyyy



begin-select
to_char(date,'mmddyyyy') &date_mmddyyyy
from table
end-select

Dominick Logiudice wrote:

> Say I have a field called start date on a oracle db
> I want to retrieve in like this mmddyyyy
>
> How would I do this with sqr
>
> Thanks