I have a mysql database that I support using phpMyAdmin.
The website for which the website is intended for ads.
The problem is that whenever a new classification is published (and inserted into the mysql database), I need to view it manually first.
My question is, is there anyway to tell mysql that "this record is inactive, so don't return it"?
I know one-way access to add a column called โstateโ and change it to โactiveโ for all the ads I want actively. But is there any other method built into mysql that does the same?
In other words, I do not want the record to return when users viewed the website, unless the record was first verified by me.
EDIT:
I know the WHERE clause, this is not my Q. Is there any other method built into phpMyAdmin?
thanks
user188962
source share