gStore
gStore copied to clipboard
是否支持order by和group by关键字以及路径查询?
在执行含有order by和group by关键字的sparql查询时报错: The supported ORDER BY key is var only. The supported GROUP BY key is var only.
而且在执行路径查询时,返回为空或报错: Prefix is not found, please define it before use.
您好,目前我们在ORDER BY和GROUP BY语句中仅支持使用变量,暂不支持使用表达式。 属性路径暂未支持。