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)');
テーブル 1 はどこに保存されますか?
テーブルoneはグローバル変数に保存されますalasql.tables.one。
one
alasql.tables.one
テーブルに入力したデータoneは、グローバル変数に配置されますalasql.tables.one.data。
alasql.tables.one.data