|
UPDATE counter_event SET count =count+1 WHERE id = 3 ### Access denied for user ''@'localhost' (using password: NO)SELECT sum(`count`) as c_all FROM `logo_event_new` WHERE `active`=1 group by `active` ### Access denied for user ''@'localhost' (using password: NO)There was a problem With the DatabaseNLError : Access denied for user ''@'localhost' (using password: NO)NLNLSQL = [SELECT sum(`count`) as c_all FROM `logo_event_new` WHERE `active`=1 group by `active`] ครั้ง
SELECT * FROM `event_yearly_detail` where `year`='2019' order by `year` DESC ### Access denied for user ''@'localhost' (using password: NO)There was a problem With the DatabaseNLError : Access denied for user ''@'localhost' (using password: NO)NLNLSQL = [SELECT * FROM `event_yearly_detail` where `year`='2019' order by `year` DESC]
|
||