HOME > PHP > PHP Forum > ใช้คำสั่งดึงข้อมูลมาแสดงเรีบงลำดับจากมากไปน้อยของตามลำดับที่เข้ามาสมัครแต่อยากได้ให้แสดงเฉพาะลำดับที่ล่าสุดแถวเดียวของคนที่สมัครต้องใช้ใช้คำคำสั่งอะไรเพิ่ม
$strSQL = "SELECT * FROM appler_new WHERE (id_card LIKE '%".$_GET["txtKeyword"]."%' or name_th LIKE '%".$_GET["txtKeyword"]."%' or surname_th LIKE '%".$_GET["txtKeyword"]."%' ) ORDER BY NNO DESC";
$strSQL = "SELECT * FROM appler_new WHERE (id_card LIKE '%".$_GET["txtKeyword"]."%' or name_th LIKE '%".$_GET["txtKeyword"]."%' or surname_th LIKE '%".$_GET["txtKeyword"]."%' ) LIMIT 1 ORDER BY NNO DESC";