This is a demo console for AlaSQL javascript database. Read more information and documentation on https://github.com/agershun/alasql
Enter SOURCE 'world.sql' to load sample database, then SHOW TABLES, and then SELECT TOP 10 * FROM City. Then enter SELECT VALUE COUNT(*) FROM TXT('world.sql') WHERE LEN([0])>20 to count number of lines with length more than 20 characters
alasql >