Here is a table of articles, id, date, title, description, view. What do you think, what is the most humane and correct (proven by your personal experience) way to implement anchoring an article when sampling on a page.
Suppose we add a field [position INT (10) NOT NULL default '1'] and it will appear in the sample under the ORDER BY position ASC / DESC. But there may be a coincidence of values and confusion.
Or add the [status INT (10) NOT NULL default '5'] field and paint the response when sampling according to conditions from 1-5, where 5 are default articles (2 is possible as well, for example).
And what do you think?