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 -> SQL Question : From MS SQL Server to Oracle

SQL Question : From MS SQL Server to Oracle

From: Erwin JASINSKI <hexalog_at_wanadoo.fr>
Date: Thu, 24 Jun 1999 16:01:38 +0200
Message-ID: <7ktduk$fkp$1@wanadoo.fr>


Hello,

My application (PowerBuilder) must run with MS SQL Server 7 and Oracle 8 Then i translate MS SQL to Oracle for what is not compatible .

With Oracle, i dont find the equivalent of:

SELECT TOP 10 T1.Col1
FROM Table T1
WHERE ....
ORDER BY T1.Col1;

Thank You ! Received on Thu Jun 24 1999 - 09:01:38 CDT

Original text of this message

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