declare variable in postgresql - Mailing list pgsql-general

From Jignesh Ramavat
Subject declare variable in postgresql
Date
Msg-id BANLkTi=mGEM8yMhmwqMXNtXYU5WCB4ArCA@mail.gmail.com
Whole thread Raw
Responses Re: declare variable in postgresql
Re: declare variable in postgresql
List 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 by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: to_timestamp() and timestamp without time zone
Next
From: Aritz Dávila
Date:
Subject: Re: Remote connection issues