gte abstract method

S gte(
  1. dynamic value
)

Query condition that matches all values greater than or equal to the specified value. SQL: >=

Implementation

S gte(dynamic value);