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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Migration from SQL-Server 7.0

Re: Migration from SQL-Server 7.0

From: Jan-Erik Rosinowski <spamfilter_at_rosinowski.de>
Date: 2000/04/08
Message-ID: <38f41594.21380032@News.CIS.DFN.DE>#1/1

>False, Oracle does return resultsets.
>Maybe your a better off with sqlserver.

my english is not good enough to understand what your last sentence really ought to tell me. anyway:

create procedure retset as
begin
  select * from dual;
end;

gives me a pls-00428 using ora 7.3.4. so what?

another tsql feature where i'm looking for a reasonabe translation:

tsql:

if exists(select * from foo where key='bar')   ...

plsql:

declare excount number;
select count(*) into excount from foo where key='bar'; if excount>0 then
  ...

ciao, jan

http://www.rsp.de/

rs&p-Dossier: Software zur Erstellung technischer Dokumentationen

              und Schriftgutes in Verwaltung und Industrie. Received on Sat Apr 08 2000 - 00:00:00 CDT

Original text of this message

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