Hi guy
   Suppose there is table name Schedule and more than two records be stored. 
however, one filed name as title and its values contain '%' in one of both 
records , so then such SQL pharse: SELECT * FROM Schedule WHERE title LIKE 
'%%%' be given  , then return both records NOT only one .
example:
.. | .. | title        | ...
.. | .. | I hate you % | ...
.. | .. | I love you   | ...
so what's problem come with me? 
 

Reply via email to