Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> VIEW who works in SQL Server but not in ORACLE

VIEW who works in SQL Server but not in ORACLE

From: Stef <s.fauchille_at_hotmail.com>
Date: Wed, 16 Mar 2005 17:46:22 +0100
Message-ID: <423862d7$0$807$8fcfb975@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 
Received on Wed Mar 16 2005 - 10:46:22 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US