Support » Plugin: Wp-Pro-Quiz » online 1 or 0 in database

  • Anyone know (with absolute certainty) how if I can safely delete all the questions marked with a 0 in the online column of the wp-pro-quiz table in the database?

Viewing 1 replies (of 1 total)
  • Hi @condog Yes you can easily achieve that by using this database delete query

    DELETE FROM your_database_name WHERE online = 0

    But before deleting, make sure you have backup your DB.

Viewing 1 replies (of 1 total)
  • The topic ‘online 1 or 0 in database’ is closed to new replies.