Re: delete query sometimes not working even though the condition is met

From: Jerry Stuckle <jstucklex_at_attglobal.net>
Date: Sat, 25 Feb 2017 08:59:11 -0500
Message-ID: <o8s2fi$2c1$2_at_jstuckle.eternal-september.org>


On 2/25/2017 12:34 AM, kushal bhattacharya wrote:
> hi,
> I am using the delete query with the sample code below;-
> delete from table where msg_id=? and sock_fd=?.
> Even if the condition is metthw query sometimes returns true and sometimes false even though condition is met i am running the query within different threads
>

That is not a query. That is partial SQL which cannot be executed.

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex_at_attglobal.net
==================
Received on Sat Feb 25 2017 - 14:59:11 CET

Original text of this message