pointers to sql standard, or "most common" sql?

From: Mark Harrison <mh(at)pixar(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pointers to sql standard, or "most common" sql?
Date: 2005-05-23 17:18:25
Message-ID: 42921061.60406@pixar.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

So, I was trying to figure out which was close to standard sql:

select * from foo limit 10
or
set rowcount 10 select * from foo

and couldn't find much relevant information via google.

Is the sql standard on the web, and is there some document
about the syntax variations between sybase, oracle,
mysql, and postgresql?

Many TIA!

Mark

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2005-05-23 17:35:57 Re: pointers to sql standard, or "most common" sql?
Previous Message Mark Harrison 2005-05-23 17:10:58 Re: Postgres in government