ถ้าต้องการดึงข้อมูลโดยใช้เงื่อนไขจากฟิล์ดที่เป็น datetime (23/6/2551 16:30:15) ทำไงครับ
select * from patient_log where log_datetime between "" and ""
ตัวอย่างครับ
select * from patient_log where log_datetime between "2011-10-01 00:00:01" and "2011-10-30 23:59:59"
ถ้าแบบนี้ก็จะได้ข้อมูลของวันที่ 1-10 ตุลา 54