Forming Query

From: Ronnie Doggart <rdoggart(at)netcomuk(dot)co(dot)uk>
To: pgsql-sql(at)postgresql(dot)org
Subject: Forming Query
Date: 1998-09-03 11:56:45
Message-ID: 35EE83FD.426DC43F@netcomuk.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi All,

I want to prompt a user for information in a query. In Oracle the format
would be

select part_no, description from pricing where part_no like '&1';

what is it using psql and postgresql.

Regards
Ronnie Doggart

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Fidelis Assis 1998-09-03 12:17:43 Resp: [SQL] Concatenation in selects
Previous Message Ronnie Doggart 1998-09-02 16:48:23 Help with setting up table and importing data.