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

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

javascript - How to bind ViewModel Store to View? -