Comparison Operators
Comparison operators are = <> < <= > >=
Value = 1
Select rows where the Value is equal to 1
Date > #12/31/2021#
Select rows where the Date value is greater than December 31st 2021.
Material = 'Crude'
Select rows where the material value is equal to Crude.