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
スカラー クエリは、1 つの列で構成される 1 つの行を返すクエリです。
max、min、sum、avg などの集計関数には、スカラー メソッドが使用されます。クエリの実行後に単一の値を返したいときはいつでも。