[前][次][番号順一覧][スレッド一覧]

mysql:1303

From: Seiji Tateyama <Seiji Tateyama <tateyan@xxxxxxxxxx>>
Date: Wed, 10 Nov 1999 11:25:53 +0900
Subject: [mysql 01303] Re: % を使用したマッチについて

たてやんっす

たびたびすいません
Seiji Tateyama <tateyan@xxxxxxxxxx> さんは % を使用したマッチについて にて
> たてやんっす
> 
> 読み違えた ^^;
> 
> $test というのを使いたいということですね
> 
>  $statement="select msg from sems where msg like '$test'";
> 
> これですが
> 
> \ という文字自体が 入っているので これを クオートしなきゃ
> ならないってことではないかな
> 
> $test='%2\\%'
もっと \ 必要そうですね ^^;
$test='%2\\\%%'


最終的に $statementの 文字列に入るべきもの
select msg from sems where msg like '%2\\%%'
ですね 

前回のでは
select msg from sems where msg like '%2\\%'
となり 最後の % が 全部マッチングしてしまいました


$test='%2\\\%%';
print "quote= '$test'\n";

の結果
quote= '%2\\%%'

となるので これでよいか と思います m(_ _)m
-----------
たてやん tateyan@xxxxxxxxxx

[前][次][番号順一覧][スレッド一覧]

      1298 1999-11-10 10:37 ["Isamu Narimatsu" <i] % を使用したマッチについて              
      1299 1999-11-10 10:55 ┣[Seiji Tateyama <tate]                                       
      1300 1999-11-10 11:06 ┃┗[Seiji Tateyama <tate]                                     
->    1303 1999-11-10 11:25 ┃ ┗[Seiji Tateyama <tate]                                   
      1301 1999-11-10 11:12 ┣[とみたまさひろ <tomm]                                       
      1302 1999-11-10 11:22 ┗[山中 茂樹  <yshigeki]