Title: delete queries
Last modified: July 25, 2017

---

# delete queries

 *  [gamberonee](https://wordpress.org/support/users/gamberonee/)
 * (@gamberonee)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/delete-queries/)
 * In which file are saved the storedqueries? I must delete anyone. I tried to delete
   the plug-in from my site and re-install but storedqueries still there. Thank 
   you

Viewing 1 replies (of 1 total)

 *  [LauraSuzy](https://wordpress.org/support/users/laurasuzy/)
 * (@laurasuzy)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/delete-queries/#post-9463959)
 * I also had this problem. It’s stored in the wp_options table. You can see what
   is there with this query:
 * SELECT * FROM `wp_options` WHERE `option_name` = ‘DatabaseBrowserQueries’
 * and can remove it by running:
 * DELETE FROM `wp_options` WHERE `option_name` = ‘DatabaseBrowserQueries’

Viewing 1 replies (of 1 total)

The topic ‘delete queries’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/database-browser.svg)
 * [Database Browser](https://wordpress.org/plugins/database-browser/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/database-browser/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/database-browser/)
 * [Active Topics](https://wordpress.org/support/plugin/database-browser/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/database-browser/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/database-browser/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [LauraSuzy](https://wordpress.org/support/users/laurasuzy/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/delete-queries/#post-9463959)
 * Status: not resolved