why does this query does not work??????

From: satya pariki <spariki(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: why does this query does not work??????
Date: 2001-11-15 16:18:05
Message-ID: 20011115161805.56523.qmail@web21102.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

are there any substitution variables in postgresql ?

select * from EMP where EMPNO = &empnum;

it is giving error. it is telling to type cast or use
parenthesis.

i will be grateful if u help me out of this.

bye
satya

__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Roelof Sondaar 2001-11-15 16:21:51 How to use COPY in a function ?
Previous Message Roland Roberts 2001-11-15 16:11:30 Re: INSERT question