Help for this page

Select Code to Download


  1. or download this
    WHERE `Keys`.`Keywords` LIKE '%$search%'
    
  2. or download this
    WHERE `Keys`.`Keywords` LIKE '%%$search%%'
    
  3. or download this
    bash$ perl -e '$a=22; printf "%$a%\n";'
                         %
    bash$ perl -e '$a=22; printf "%%$a%%\n";'
    %22%