not like คือ ไม่มีครับ ไม่ใช่ตัวแปรเดียวกับ subject
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ID_BOARD =15 ORDER BY ID_TOPIC DESC limit 0,5' at line 1
Code
select subject from smf_messages where subject not like'Re%' ID_BOARD =15 ORDER BY ID_TOPIC DESC limit 0,5
Date :
2010-04-27 19:44:45
By :
guest
No. 5
Guest
คือ ผมระบุว่า จะต้องไม่มี คำว่า Re อาครับ
Date :
2010-04-27 19:53:12
By :
guest
No. 6
Guest
ได้แล้วครับ Code
select subject from smf_messages where ID_BOARD =15 and subject not like'Re%' ORDER BY ID_TOPIC DESC limit 0,5