Created
July 18, 2013 17:36
-
-
Save joshfeck/6031280 to your computer and use it in GitHub Desktop.
update checked in quantity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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