mysql - Filter data on group by query -


sorry bad english. i've mysql query below:

select * messages id in (select max(id) messages group name) 

why query doesn't work:

select * messages id in (select max(id) messages field <> 'value' group name) 

thanks.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -