View Single Post

  #3 (permalink)  
Old 04-23-2007
Kees Nuyt
 
Posts: n/a
Default Re: Procedure error: 'chceckVote' in 'field list'

On 23 Apr 2007 01:29:03 -0700, lukasz_sabat@o2.pl wrote:

>DECLARE checkVote smallint(2) DEFAULT 0;
>SET @checkVote = (select count(*) from vote
> where profilId=3 and >commentId=3);
>IF chceckVote=0 then

______^

One c too many...
--
( Kees
)
c[_] Solution: A more subtle problem. (#15)
Reply With Quote