perhaps this is confusing ..
I have rows where column "news_id" have other rows with the same news_id number.
how do I select just one row IF there are other rows with the same news_id but also allow more than 1 result that aren't the same news_id? and selecting the rows based on column "time" (latest).
See attached image, I want to fetch the second row since it's the newest, but want to get other rows that are different, in other words, I want to use "LIMIT 10" but making sure those results don't have the same news_id.
Hope that makes sense.