摘要: /*10.4.3.10. Adding the DISTINCT Query ModifierThe distinct() method enables you to add the DISTINCT keyword to your SQL query.Example 10.63. Example of the distinct() method*/<?php// Build this query:// SELECT DISTINCT p."product_name"// FROM "products" AS p$select=$db->se 阅读全文
posted @ 2011-05-31 09:31 长城的草 阅读(236) 评论(0) 推荐(0)