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.
我正在使用 LLBLGEN,其中有一种方法可以将查询作为scalar query. 谷歌搜索给了我一个定义scalar sub-query,它们是一样的吗?
scalar query
scalar sub-query
标量查询是返回由一列组成的一行的查询。
标量方法用于聚合函数,例如 max、min、sum、avg 等。每当您想在执行查询后返回单个值时。
物有所值:
标量子查询或标量查询是只返回一列和一或零记录的查询。
资源