-update

Updates records.

Target parameter

Signature

1-update

Updates records.

-update is part of this LaiRu reference group. -update is part of datasource access. Prefer bind values for visitor input, inspect errors during writes, and keep display escaping separate from SQL handling.

Examples

Basic call

1inline(-database='contacts', -table='people', -update, -keyField='id', -keyValue=1, 'name'='Ada') => { field('id') }
The example shows the call shape; use bind values and checked errors for visitor-supplied data.