UPDATE Statements
To update a table, use the standard UPDATE SQL syntax. The driver supports updating only one row at a time. Hence, the primary key IId is always required.
Example Query:
UPDATE Account SET AcctName='Petty Cash' WHERE Id = @myId
|
NetSuite Data Provider - Online Help
|
|||
|
|
Available for:
Questions / Feedback?
UPDATE StatementsTo update a table, use the standard UPDATE SQL syntax. The driver supports updating only one row at a time. Hence, the primary key IId is always required. Example Query:
UPDATE Account SET AcctName='Petty Cash' WHERE Id = @myId |
||