mysql:1300
From: Seiji Tateyama <Seiji Tateyama <tateyan@xxxxxxxxxx>>
Date: Wed, 10 Nov 1999 11:06:02 +0900
Subject: [mysql 01300] Re: % を使用したマッチについて
たてやんっす 読み違えた ^^; $test というのを使いたいということですね $statement="select msg from sems where msg like '$test'"; これですが \ という文字自体が 入っているので これを クオートしなきゃ ならないってことではないかな $test='%2\\%' $statement="select msg from sems where msg like '$test'"; $sth=$dbh->prepare($statement); $rv=$sth->execute; print "RV is $rv"; では どうでしょう? ----------- たてやん 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]