DB2 - Exemplos simples - ALL
Returns true if all of the subquery values meet the condition Retorna verdadeiro se todos os valores da subconsulta atendem à condição
SELECT ProductName FROM Products WHERE ProductID = ALL (SELECT ProductID FROM OrderDetails WHERE Quantity = 10);