I know how to run a SQL query in minitab using :
ODBC;
Connect "Driver={SQLite3 ODBC Driver};Database=...";
SQLString "SELECT * FROM Table".
However, this is very constraining since the length of the command line is limited in Minitab... Instead of manually shorten each line to right length, would it be possible to directly read the query from a text file?