Update.md
May 9, 2021 ยท View on GitHub
The detailed documentation is still missing here, but here is an example that might help if you have read about select statements.
db(update(tab).set(tab.gamma = false).where(tab.alpha.in(1)));
May 9, 2021 ยท View on GitHub
The detailed documentation is still missing here, but here is an example that might help if you have read about select statements.
db(update(tab).set(tab.gamma = false).where(tab.alpha.in(1)));