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: Differences between Oracle RDBMS and MS SQL Server

Re: Differences between Oracle RDBMS and MS SQL Server

From: Anton Dischner <dischner_at_klch.med.uni-muenchen.de>
Date: Wed, 06 Dec 2000 13:52:05 +0100
Message-ID: <061220001352053483%dischner@klch.med.uni-muenchen.de>

Hi,

> - AFAIK, Oracle has no equivalent to SQL server's "top n" in select clause
> (rownum comparisons don't count)

What's wron with 'select * from big_query where rownum <= 100;' ?

> - Oracle doesn't have bitwise operations like SQL server

There's bitand defined in sys.standard.
It's not documented but used by the system.

> - Oracle doesn't support "x=y" column aliasing ("y as x" is harder
> to read, IMO)
>

So use 'select bla_ggg_name name, bla_ggg_dfgdfg shortname from my_table' ;-)

> I like the feature of SQLServer that we can use "= null" or "is null"

You can do this in Oracle too, with different results ;-)

> fine time granularity

try 'select * from v$timer'

Is there an equivalent to julian date in SQL-Server? Is there a handy tool like decode in SQL-Server?

Done,

Toni

-- 
ZXR750H, 55 Mm. 
Q: How did the medical community come up with the term "PMS"?
A: "Mad Cow Disease" was already taken.
Posen fuer Anfaenger: http://www.w-klch.med.uni-muenchen.de/dischner
Received on Wed Dec 06 2000 - 06:52:05 CST

Original text of this message

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