MySQL query with LIKE
#1

Hey guys,
I've got the following problem:

My query has to look like: SELECT * FROM `xyz` WHERE `abc` LIKE '%FFF%'
The % before and behind the FFF are very important, but I don't know how to put them in the query, because pawn escapes them. When I try to print the query, there is just "SELECT * FROM `xyz` WHERE `abc` LIKE 'FFF'"

Hope someone can help me...
Reply


Messages In This Thread
MySQL query with LIKE - by Leenert - 23.04.2014, 15:03
Re: MySQL query with LIKE - by Konstantinos - 23.04.2014, 15:04

Forum Jump:


Users browsing this thread: 1 Guest(s)