<expression> >= <value>

Description

Implements the GREATER THAN OR EQUAL TO operator. <expression> can be <table>.<column> or AGG(<table>.<column>, <start>, <end>).

This operator can only be applied to numerical and timestamp columns.

Example