MySQL Query Error
Unknown column 'is_read' in 'where clause'

SELECT uid,uname,count(1) as chat_chatlog FROM `chat_chatlog` WHERE `tuid`='' and `is_read` ='0' group by uid