RE: [SQL] Delete with AND

From: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
To: Mario Olimpio de Menezes <mario(at)curiango(dot)ipen(dot)br>, pgsql-sql(at)postgreSQL(dot)org
Subject: RE: [SQL] Delete with AND
Date: 1999-05-17 18:03:34
Message-ID: D05EF808F2DFD211AE4A00105AA1B5D216F018@cpsmail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

That statement should work just fine (assuming $CartCookie and $ItemID are
perl variable to be expanded before sent to the DB or that the strings
actually contain those values).

You may be having trouble with the uppercase column and table names if the
tables in the database are actually that case then you'll need to
double-quote the table and column names.
-DEJ

> Hi,
>
> I'm trying to port some perl scripts that used MySql to Postgres
> and I'm having problems with a delete statement.
> With MySql, the script has a line like this:
> DELETE FROM CartItems WHERE UserID='$CartCookie' AND ItemID='$ItemID'
> How can I use such delete statement in Postgres?
> Is there another way to do this?
> Please, help and if possible cc to my e-mail as I'm not currently
> subscribed to this list.
> Thanks,
>
> []s,
> Mario O.de Menezes "Many are the plans in a man's heart, but
> IPEN-CNEN/SP is the Lord's purpose that prevails"
> http://curiango.ipen.br/~mario Prov. 19.21
>

Browse pgsql-sql by date

  From Date Subject
Next Message Vadim Mikheev 1999-05-18 00:54:29 Re: [SQL] is there any docs for new LOCK TABLE statement ?
Previous Message Doug Younger 1999-05-17 17:05:25 Re: [SQL] Create Rule problems