-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
featurefeaturefeature
Description
-
rows_insert()adds new rows (likeINSERT). By default, key values inymust not exist inx. -
rows_append()works likerows_insert()but ignores keys. -
rows_update()modifies existing rows (likeUPDATE). Key values inymust be unique, and, by default, key values inymust exist inx. -
rows_patch()works likerows_update()but only overwritesNAvalues. -
rows_upsert()inserts or updates depending on whether or not the key value inyalready exists inx. Key values inymust be unique. -
rows_delete()deletes rows (likeDELETE). By default, key values inymust exist inx.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featurefeaturefeature