Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
glossary:sub_query [2022/09/02 05:43] – ↷ Links adapted because of a move operation administratorglossary:sub_query [2023/05/09 02:24] (current) sean
Line 1: Line 1:
 +{{tag>Index Glossary Sub-Query Query Business_Object}}
 +===== Sub-query =====
 +
 +Sub-query is a part of a [[glossary:query|query]] that performs search on [[glossary:business_object|business objects]] other than those of the main query. For example, in a query that searches for customers who placed more than one order within last month, the part checking the orders would be a sub-query since the main query searches for customers.
 +
 +Note that not all databases support sub-queries.
 +
 +