我想在那裏條件如何使用WHERE條件
這是我的查詢
$qry="select * from product_tbls where category_tbls_id=".$data["0"]["product_tbls"]["category_tbls_id"];
我知道這正常顯示使用ORDER我的產品BY RAND()使用ORDER BY RAND()工作查詢,而我想用WHERE條件
where條件$qry="select * from product_tbls ORDER BY RAND() LIMIT 0,6;";
但
Thanx提前。
排序無關緊要。語法是'select ... from ... where ... order',無論您按照什麼順序排列。 –
你遇到了什麼問題? – urfusion
對於heavyans而言。 **嘗試**如果它不工作**看手冊** – RiggsFolly