Sql4Cds icon indicating copy to clipboard operation
Sql4Cds copied to clipboard

Direct updates

Open MarkMpn opened this issue 1 year ago • 0 comments

Option to allow updating or deleting records without retrieving them first if the IDs are provided:

UPDATE account
SET name = 'value'
WHERE accountid = 'id'

MarkMpn avatar Sep 28 '22 14:09 MarkMpn