문제

I am using LLBLGEN where there is a method to execute a query as a scalar query. Googling gives me a definition for scalar sub-query, are they the same ?

도움이 되었습니까?

해결책

A scalar query is a query that returns one row consisting of one column.

다른 팁

A scalar method is used for aggregate functions such as max, min, sum, avg and so on. Whenever you want to return a single value after execute the query.

For what it's worth:

Scalar subqueries or scalar queries are queries that return exactly one column and one or zero records.

Source

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top