Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Problem with a date in the query !! (small example)
Hi Gab!
A small Example for you!
I hope it helps.
<SQL>
-- creating "some" Dates
CREATE OR REPLACE VIEW dat_test_vw
AS
SELECT TO_DATE (20040101,'yyyymmdd') + id datum
FROM (
SELECT LEVEL id FROM dual a where 1=1 CONNECT BY LEVEL <= 10000 );
Merry Christmas and a happy new Year!
Bye!
Oli
Received on Tue Dec 27 2005 - 04:43:51 CST
![]() |
![]() |