จากนั้นก็ where ด้วยคำสั่งดังตัวอย่างนี้นะครับ
select * from ess_news where 1 and Public='Yes' and DATE_FORMAT(PublicFrom, '%Y-%m-%d') <= '".date("Y-m-d")."' and DATE_FORMAT(PublicTo, '%Y-%m-%d') >= '".date("Y-m-d")."' order by NewID desc
Date :
1 ก.พ. 2549 17:12:04
By :
@W_IN
No. 2
Guest
ขอบคุณมากคับพี่วิน แต่ผมลองใช้คำสั่งแบบนี้อ่ะคับ มันก็ได้ตามแบบที่ผมต้องการเหมือนกัน แต่จะผิดหลักหรือป่าวคับพี่
select * from ".$this->tb." where status_po_main = '1' and buydate >= date_sub(curdate(),interval 7 day) order by idpo_main asc