forked from rbock/sqlpp11
- Notifications
You must be signed in to change notification settings - Fork 0
Update
rbock edited this page Nov 3, 2013 · 1 revision
The detailed documentation is still missing here, but here is an example that might help if you have read about select statements.
db.run(update(tab).set(tab.gamma = false).where(tab.alpha.in(1)));