mysql:3858
From: "f" <"f" <kuroiwa@xxxxxxxxxx>>
Date: Thu, 28 Jun 2001 14:00:47 +0900
Subject: [mysql 03858] 検索結果の表示指定
mysql-3.23.39a win32 を使っています。 以下のようなselectをして得られた結果の表示件数を指定したいので すがどうすればよいでしょうか? select * from $tablename where caller like '$caller%' and customers like '$customers%' and cperson like '$cperson%' and operson like '$operson%' and advance like '$advance' and estimate like '$estimate' and request like '$request' and goods like '$goods' "); この結果が10万件あったとして、10万件中の100件目から199件目を 表示させたい。 よろしくお願い致します。
-> 3858 2001-06-28 14:00 ["f" <kuroiwa@xxxxxxx] 検索結果の表示指定 3859 2001-06-28 14:27 ┗[Yukihiro KAWADA <kaw]