Skip to main content

LyznDB Update

Update data in your personal database

Properties

PropertyValue
Typelyzndb-update
FamilyActions
GroupDatabase

Parameters

NameLabelTypeDescriptionRequired
tableTable NameStringName of the table to updateYes
dataDataJSONObject with columns to updateYes
whereWHERE ClauseStringWHERE condition (use ? for parameters)Yes
whereParamsWHERE ParametersJSONArray of parameters for WHERE clauseNo

Outputs

NameLabelTypeDescription
rowsUpdatedrowsUpdatednumberNumber of rows updated
successsuccessbooleanWhether update succeeded