Am 16.02.2012 00:14, schrieb Benny Pedersen:
> Den 2012-02-15 15:50, Jack Knowlton skrev:
> 
>> u...@domain.com REJECT This particular user has been banned.
>> us...@domain.com REJECT This particular user has been banned.
> 
> select concat(´REJECT This user is banned´) from banned_usertable where 
> useremail = ´%s´
> 
> test as usual with postmap that it works

´ is wrong for a string, use '
the whole concat is not needed!


select 'REJECT This user is banned' from banned_usertable where useremail = '%s'
will do exactly the same


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to