I have this query that making it run in workbench returns me well
SELECT msg.id, msg.messages,msg.readed, COUNT(cmt.message_id) as total FROM messages as msg inner join comments as cmt where cmt.message_id = msg.id;
or this one that also re...
asked by
14.10.2017 / 21:17