How To Search For Featured Members In The Database

Link: https://support.brilliantdirectories.com/support/solutions/articles/12000059855-how-to-search-for-featured-members-in-the-database

To see the list of members who have been featured on the homepage via its Quick Edits:





Navigate to Developers --> MySQL Database:





Click on the database that ends with wording "directory":





Conduct a search for the table users_data and open it by clicking on it:





Click on SQL:





Paste the specified SQL code and click Go:





This is the SQL code needed to run:


SELECT * FROM `users_data` WHERE featured > 0;


Which will display members that are featured on your site: