Re: Deletion

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Ramesh T <rameshparnanditech(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org, Raghu Ram <raghuchennuru(at)gmail(dot)com>
Subject: Re: Deletion
Date: 2014-08-27 17:08:02
Message-ID: 53FE1072.4020602@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/27/2014 08:24 AM, Ramesh T wrote:
> any help...

Honestly, this is basic programming/scripting. I would suggest picking
up an introductory programming book to get the basics down.
In the meantime, you have used a parameter variable ($1) with out
actually supplying a parameter. So Postgres has no idea what $1
represents. Either hard code the part.custid value i.e part.custid = 1
or find a way to supply the value. How you do that is going to depend on
how you are going to use the script and where you are expecting to pull
the value from.

> thanks,
> ram
>
>
> On Wed, Aug 27, 2014 at 3:22 PM, Ramesh T <rameshparnanditech(at)gmail(dot)com
> <mailto:rameshparnanditech(at)gmail(dot)com>> wrote:
>
> Hi,
> I have deletion script to delete particular cust from
> database.I was saved a file name with custde.sql.i need to run from
> command line like putty tool..But have a problem
>
> example :
>
> delete from part where part.custid=$1;
>
> when i ran custde.sql from putty tool
>
> db=#\i custde.sql
>
> it's return error
> psql:custde.sql:9: ERROR: there is no parameter $1
> LINE 1: ..._ID from part where part.CUST_ID = $1);
>
> please let me know how to run script ..and how to give parameter..
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

  • Deletion at 2014-08-27 09:52:18 from Ramesh T

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G Johnston 2014-08-27 17:23:22 Re: Deletion
Previous Message Gabriele Lohss 2014-08-27 14:46:30 Re: pgbouncer setup in the architecture