Search Postgresql Archives
User-Defined Variables
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hi,
Is there a quick solution to implementing user-defined variables in PostgreSQL as they are used in MySQL?
I have the following MySQL script which i want to implement in Postgres
(NOTE : all ` have been changed to " for Postgres use):
SET @OTHER_CONCEPT_ID = (SELECT "concept_id" FROM "concept_name" where name = 'MRO' LIMIT 1);
Thanks,
Daniel.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]
[Postgresql Jobs]
[Postgresql Admin]
[Postgresql Performance]
[Linux Clusters]
[PHP Home]
[PHP on Windows]
[Kernel Newbies]
[PHP Classes]
[PHP Books]
[PHP Databases]
[Postgresql & PHP]
[Yosemite]