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 'MAX(`conversation_messages`.`message_date`) > `conversations_members`.`conversat' at line 4
here the code i have for that part
MAX(`conversation_messages`.`message_date`) AS `conversation_last_reply` MAX(`conversation_messages`.`message_date`) > `conversations_members`.`conversation_last_view` AS `conversation_unread`the first line works but why dosnt the second i check the nameing 10 time or something lol it should be the same right? i dont get it