使用 winrdbi 的关系代数 - 计数
我正在学习关系代数,我正在使用 winrdbi 来检查我的查询是否正确
我试图从这样的列中获取计数:
q1:=count(tr_numb)(tree)
但是我不断收到错误“query_alg.:”检查输入格式
知道我做错了什么吗?
谢谢
i am studying relational algebra and i am using winrdbi to check if my queries are correct
i am trying to get the count from a colum like this:
q1:=count(tr_numb)(tree)
however i keep getting an error 'query_alg.:Check input format
any idea what i am doing wrong?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,WinRDBI 不支持关系代数的聚合函数。
As far as I can tell, WinRDBI does not support aggregate functions with Relational Algebra.