【发布时间】:2017-04-03 19:52:09
【问题描述】:
我想在 BATCH 脚本中获取链接实体,但它只返回 RecordIds。
begin;
let count = select count(*) from Company;
let companies = select from Company ORDER BY name ASC LIMIT 25 FETCHPLAN type:1 portfolios:1;
commit;
return [$count, $companies];
使用OrientDB Server v2.2.17
【问题讨论】: