[VB]การใช้คำสั่ง DISTINCT กับข้อมูลซ้ำ จะต้องใช้อย่างไร
Code (PHP)
"SELECT DISTINCT ตรงนี้ใส่ชื่อคอลัมสิครับคุณพี่ตัวที่ไม่ต้องการใหซ้ำ FROM identify INNER JOIN tb_student ON ( identify.code_stu = tb_student.code_stu)"
Date :
2012-08-26 16:21:29
By :
dekkuza
ไม่ใช่ข้อความเดิม เข้าใจผิด อิอิ
เด้งแบบนี้
Date :
2012-08-26 16:29:42
By :
TRIBIIZ
Code (PHP)
sql = "SELECT code_stu,date,max(time) FROM identify group by (code_stu,date)"
Date :
2012-08-26 16:35:33
By :
dekkuza
ลองทำตามแล้ว
ขึ้นแบบนี้
ลองทำตามที่กล่องออเร่อบอก
ก็ได้แบบนี้
T^T
Date :
2012-08-26 16:48:49
By :
TRIBIIZ
โทษทีผิดนิดหนึ่ง
แก้จาก
sql = "SELECT code_stu,date,max(time) FROM identify group by (code_stu,date)"
เป็น
sql = "SELECT code_stu,date,max(time) FROM identify group by code_stu,date"
Date :
2012-09-10 13:39:52
By :
dekkuza
Load balance : Server 02