declare variable in postgresql

Поиск
Список
Период
Сортировка
От Jignesh Ramavat
Тема declare variable in postgresql
Дата
Msg-id BANLkTi=mGEM8yMhmwqMXNtXYU5WCB4ArCA@mail.gmail.com
обсуждение исходный текст
Ответы Re: declare variable in postgresql  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: declare variable in postgresql  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
Hello,

need help,

Declare @TypeTransactionID As int";

Select @TypeTransactionID=ID from TypeTransaction Where TypeTransactionCode = 'TxnBackupInc' ";

these is in sqlserver. If i want to do same in postgresql then ???

--
Thanks & Regards,
Jignesh Ramavat
Software Engineer

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: to_timestamp() and timestamp without time zone
Следующее
От: Aritz Dávila
Дата:
Сообщение: Re: Remote connection issues