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)