SELECT *
FROM `activit` WHERE 1 UPDATE activit SET no = '',name = '',wheres = '',daya = '',money = '',ac = 'dddddddddddd' WHERE no = '' LIMIT 0 ,30
MySQL said:
#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 'UPDATE activit SET no = '' , name = '' , wheres = '' , daya = '' , money = '' , ' at line 1
ช่วยดูหน่อยน่ะคะ มั่วหมดแล้ว
Date :
2012-04-24 12:05:15
By :
someone
No. 11
Guest
SQL ที่ใช้ Update มันควรจะเป็น
UPDATE activit SET name = 'testname' , wheres = 'testwheres' , day = '24-04-2012' , money = '1000' , ac = 'dddddddddddd'
WHERE no = '001'