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

Home -> Community -> Usenet -> c.d.o.server -> Re: update statment from sybase to oracle

Re: update statment from sybase to oracle

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 24 Nov 2006 15:24:36 -0800
Message-ID: <1164410672.152678@bubbleator.drizzle.com>


Teresa wrote:
> hello all
>
> I have an update statment that currently works in sybase but I would
> like to use the same into oracle, but not sure how to.... this is 10GR
> 1 on 5.8 solaris and works on sybase 12.0
>
> update mytable sert my_table ='Yes'
> where mycolumn=@column(@colum,34,1) <> 0x00
>
>
> how can i get this to work in oracle?
>
> Any help would be great!
>
> Teresa

You can not. Oracle is not Sybase. You must write SQL in Oracle using the appropriate syntax.

http://www.psoug.org
click on Morgan's Library
click on UPDATE STATEMENTS

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Fri Nov 24 2006 - 17:24:36 CST

Original text of this message

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