MSN Raju
Results
2
issues of
MSN Raju
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)`
enhancement
To update records in a Table. example: `UPDATE [Sales Line] SET Quantity = 0 WHERE [Document Type] = 'Order' AND [Document No.]='ORD-001'`
enhancement