INSERT Statements
To insert into a table, use the standard INSERT SQL syntax.
Example Query:
INSERT INTO Account (AcctName) VALUES ('Petty Cash')
|
NetSuite Data Provider - Online Help
|
|||
|
|
Available for:
Questions / Feedback?
INSERT StatementsTo insert into a table, use the standard INSERT SQL syntax. Example Query:
INSERT INTO Account (AcctName) VALUES ('Petty Cash')
|
||