| title | < (Less Than) (DMX) | Microsoft Docs |
|---|---|
| ms.date | 06/07/2018 |
| ms.prod | sql |
| ms.technology | analysis-services |
| ms.custom | dmx |
| ms.topic | conceptual |
| ms.author | owend |
| ms.reviewer | owend |
| author | minewiskan |
[!INCLUDEssas-appliesto-sqlas]
Performs a comparison operation that determines whether the value of one Data Mining Extensions (DMX) expression is less than the value of another DMX expression.
DMX_Expression < DMX_Expression
DMX_Expression
A valid DMX expression.
A Boolean value that contains TRUE if both parameters are non-null and the first parameter has a value that is less than the value of the second parameter. The Boolean value contains FALSE if both parameters are non-null and the first parameter has a value that is equal to or greater than the value of the second parameter. The Boolean value contains a null value if either parameter or both parameters evaluate to a null value.
Comparison Operators (DMX)
Data Mining Extensions (DMX) Operator Reference
Operators (DMX)