Lebih besar dari atau sama dengan:
SELECT 2 >= 2; 1
For row comparisons, (a, b) >= (x, y) is equivalent to:
(a > x) OR ((a = x) AND (b >= y))