⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mat00.mal

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 MAL
字号:
# the Multi Assocation Tables	mdb.list();    m0:= bat.new(:oid,:int);    bat.insert(m0,nil,0);    m1:= bat.new(:oid,:int);    bat.insert(m1,nil,1);    m2:= bat.new(:oid,:int);    bat.insert(m2,nil,2);    b := mat.new(m0,m1,m2);    s := algebra.select(b,0,2);    i := aggr.count(s);    io.print(s);    io.print(i);    c0 := bat.new(:int,:int);    bat.insert(c0,0,4);    c1 := bat.new(:int,:int);    bat.insert(c1,1,5);    c := mat.new(c0,c1);    bat.insert(c,1,6);    j := algebra.join(b,c);    io.print(j);io.print(b);io.print(c);optimizer.multitable();

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -