Re: why does this query does not work?????? - Mailing list pgsql-sql

From Josh Berkus
Subject Re: why does this query does not work??????
Date
Msg-id web-509406@davinci.ethosmedia.com
Whole thread Raw
In response to why does this query does not work??????  (satya pariki <spariki@yahoo.com>)
List pgsql-sql
Satya,

> are there any substitution variables in postgresql ?
> 
>   select * from EMP where EMPNO = &empnum;

No.  If you need to use variables, write a PL/pgSQL function or do the
substitution in your middleware/client language.

-Josh


______AGLIO DATABASE SOLUTIONS___________________________                                      Josh Berkus Complete
informationtechnology      josh@agliodbs.com  and data management solutions       (415) 565-7293 for law firms, small
businesses       fax 621-2533   and non-profit organizations.      San Francisco
 


pgsql-sql by date:

Previous
From: satya pariki
Date:
Subject: why does this query does not work??????
Next
From: Jeff Eckermann
Date:
Subject: Re: why does this query does not work??????