The inclusive forms keep equal values plus the ordered side.
≤ and ≥
Less than or equal
The less-than-or-equal example keeps 3 rows.
le TRUE=3
Comparison examples are tiny finite-table transforms with SQL-style TRUE/FALSE/UNKNOWN results; SQL dialect completeness, type coercion, optimizer behavior, indexing, and product claims are out of scope.
Greater than or equal
The greater-than-or-equal example keeps 3 rows.
ge TRUE=3
Comparison examples are tiny finite-table transforms with SQL-style TRUE/FALSE/UNKNOWN results; SQL dialect completeness, type coercion, optimizer behavior, indexing, and product claims are out of scope.
Summary
The equality boundary is included in both comparisons.