ホームページ >バックエンド開発 >PHPチュートリアル >这么的嵌套查询,为什么查不到数据
这样的嵌套查询,为什么查不到数据
数据表“Product”的结构和数据:
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->include_once('conn.php');$result = mysql_query("SELECT p_class FROM Product group by p_class limit 40");//第一查询,已经能成功获得数据 mysql_data_seek($result, 0); while ($row=mysql_fetch_row($result)) { for ($i=0; $i<mysql_num_fields echo mysql_query from product where p_class="$tmp" limit while mysql_free_result></mysql_num_fields>