View Single Post

   
  #1 (permalink)  
Old 02-25-2008, 01:52 PM
Teresa
 
Posts: n/a
Default update statment from sybase to oracle


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

Reply With Quote