📄️ Update a record by ID
Notice that when updating we use updateTable instead of selectFrom, and the .set goes before the .where, just like it does in regular SQL.
Short and simple examples of how to update records
Notice that when updating we use updateTable instead of selectFrom, and the .set goes before the .where, just like it does in regular SQL.