Executes custom SQL script on a web application. You can pass the script directly or via a file. Output can be formatted as a table, CSV, or XLSX, and saved to a file. Silent mode is supported to ...
MaxRows: Number of rows (records) display on script SQLText: The SQL script which needs to execute. In our case we have executed below script – select ST.SALESID,ST.CUSTACCOUNT,SL.ITEMID,sum ...
there should be a function that enables the execution of an entire SQL script. This would make it possible to perform mass operations. At the moment, each statement has to be executed individually, ...