Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: date retrieval
frank_at_webtecsinc.com wrote:
> Thank you for the reply. However, that just returns 5, for Thursday. > > DA Morgan wrote:
Of course it does ... today IS thursday.
Perhaps this demo would have been better for you:
SELECT TO_CHAR(created, 'D') FROM all_objects;
Do you know how to write a WHERE clause?
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Thu Oct 19 2006 - 14:36:43 CDT
![]() |
![]() |