main
1UPDATE users SET name = 'John Smith', email = 'john.smith@example.com', last_updated = NOW() WHERE id = 1 AND active = true
1UPDATE users SET name = 'John Smith', email = 'john.smith@example.com', last_updated = NOW() WHERE id = 1 AND active = true