Re: Asking GO on SQL SERVER

Поиск
Список
Период
Сортировка
От Gurjeet Singh
Тема Re: Asking GO on SQL SERVER
Дата
Msg-id 65937bea0804021909h2e0c11efx33bdeb12c4231e6c@mail.gmail.com
обсуждение исходный текст
Ответ на Asking GO on SQL SERVER  ("Otniel Michael" <otnieltera@gmail.com>)
Список pgsql-sql
On Thu, Apr 3, 2008 at 7:14 AM, Otniel Michael <otnieltera@gmail.com> wrote:
Hi All..

Anybody knows what is "GO" (SQL Server) on Postgres?

If you are using the interactive terminal  psql, then you can use \g meta command....


select 1+2
\g
---- expect results here.

Remember that this is a feature of psql; so if you are using ODBC, JDBC etc, it won't work from those interfaces.

Best regards,


--
gurjeet[.singh]@EnterpriseDB.com
singh.gurjeet@{ gmail | hotmail | indiatimes | yahoo }.com

EnterpriseDB      http://www.enterprisedb.com

Mail sent from my BlackLaptop device

В списке pgsql-sql по дате отправления:

Предыдущее
От: paul rivers
Дата:
Сообщение: Re: Asking GO on SQL SERVER
Следующее
От: "Otniel Michael"
Дата:
Сообщение: Re: Asking GO on SQL SERVER