Skip to content

Instantly share code, notes, and snippets.

@joshfeck
Created July 18, 2013 17:36
Show Gist options
  • Select an option

  • Save joshfeck/6031280 to your computer and use it in GitHub Desktop.

Select an option

Save joshfeck/6031280 to your computer and use it in GitHub Desktop.
update checked in quantity
UPDATE `wp_events_attendee`
SET `checked_in_quantity` = 1
WHERE `checked_in` = 1
AND `checked_in_quantity` = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment