Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: VIEW who works in SQL Server but not in ORACLE
"Stef" <s.fauchille_at_hotmail.com> wrote in message
news:423862d7$0$807$8fcfb975_at_news.wanadoo.fr...
> Hello,
>
> I need some help,
>
> I have a view write into a SQL Server database that I'd like to put on an
> ORACLE Database
>
> The code is
>
> SELECT DateTime,Description,(SELECT Description FROM MaTable WHERE
> DateTime>= T1.DateTime) As DecrNextRow FROM MaTable T1
>
> Can you help me
>
> --
> Stef
>
what happened when you tried it on the oracle database?
++ mcs Received on Wed Mar 16 2005 - 11:00:48 CST
![]() |
![]() |