Tag Archives: greater than

Comparison operators in SQL Server


Comparison symbols are used to compare two values. For instance, it is to check whether a numeric value 5 is greater than numeric value 6 or not. Comparison symbols can be seen within the if statement and in SQL where … Continue reading

Posted in T-SQL | Tagged , , , , , , , | Leave a comment