-
Notifications
You must be signed in to change notification settings - Fork 690
Use Database
Andrey Gershun edited this page Apr 14, 2015
·
4 revisions
alasql('CREATE DATABASE geo');
alasql('USE geo');To select current database:
alasql.use('test01');
// or
alasql('USE test01');
// or
alasql('USE DATABASE test01'); You can check current database name in alasql.useid property:
console.log('Current database:', alasql.useid);© 2014-2026, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo