Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在哪里可以找到由 alasql 制作的位置?例如
alasql('CREATE TABLE one (two INT)');
表一将保存在哪里?
该表one将保存在全局变量alasql.tables.one中。
one
alasql.tables.one
您放入表中的数据one将位于全局变量alasql.tables.one.data中。
alasql.tables.one.data