inline-query
inline-query copied to clipboard
INSERT Statement
To insert a record in to a table.
example:
INSERT INTO [Sales Line] ([Document Type], [Document No.], [Line No.], Type, [No.], Quantity) VALUES ('Order', 'ORD-001', 10000, 'Item', 'I-001', 10)