inline-query icon indicating copy to clipboard operation
inline-query copied to clipboard

INSERT Statement

Open msnraju opened this issue 4 years ago • 0 comments

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)

msnraju avatar Nov 16 '20 07:11 msnraju