pointers to sql standard, or "most common" sql? - Mailing list pgsql-general

From Mark Harrison
Subject pointers to sql standard, or "most common" sql?
Date
Msg-id 42921061.60406@pixar.com
Whole thread Raw
Responses Re: pointers to sql standard, or "most common" sql?
List 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

pgsql-general by date:

Previous
From: Mark Harrison
Date:
Subject: Re: Postgres in government
Next
From: Scott Marlowe
Date:
Subject: Re: pointers to sql standard, or "most common" sql?