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 -> Re: VIEW who works in SQL Server but not in ORACLE

Re: VIEW who works in SQL Server but not in ORACLE

From: Rene Nyffenegger <rene.nyffenegger_at_gmx.ch>
Date: 16 Mar 2005 18:58:18 GMT
Message-ID: <39rduaF64vkhqU1@individual.net>


I am no specialist in SQL Server, but I take it that datetime is a reserved word in SQL Server which correspondents to sysdate.

This is only a shot in the dark, so it might be wrong.

hth
Rene

On 2005-03-16, Stef <s.fauchille_at_hotmail.com> wrote:
> 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
>

-- 
  Rene Nyffenegger
  http://www.adp-gmbh.ch/
Received on Wed Mar 16 2005 - 12:58:18 CST

Original text of this message

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