-
Notifications
You must be signed in to change notification settings - Fork 664
Into
agershun edited this page Dec 13, 2014
·
8 revisions
alasql('SELECT * INTO AfrikanCountries FROM Countries WHERE Country = "Afrika"');
alasql('SELECT * INTO TXT("cities.txt") FROM cities');
Data format conversion (from XLSX to CSV):
alasql('SELECT * INTO CSV("parts.csv") FROM XLSX("parts.xlsx") WHERE Qty > 10');
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo