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

Поиск
Список
Период
Сортировка
От Mark Harrison
Тема pointers to sql standard, or "most common" sql?
Дата
Msg-id 42921061.60406@pixar.com
обсуждение исходный текст
Ответы Re: pointers to sql standard, or "most common" sql?  (Scott Marlowe <smarlowe@g2switchworks.com>)
Список 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 по дате отправления:

Предыдущее
От: Mark Harrison
Дата:
Сообщение: Re: Postgres in government
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: pointers to sql standard, or "most common" sql?