less
Checks if this expression is less than some t value.
Checks if this expression is less than some other expression.
Checks if this EntityID expression is less than some t value.
open infix fun <T : Comparable<T>, E : EntityID<T>?, V : T?> ExpressionWithColumnType<E>.less(other: Expression<in V>): LessOp
Checks if this EntityID expression is less than some other expression.
open infix fun <T : Comparable<T>, V : T?, E : EntityID<T>?> Expression<V>.less(other: ExpressionWithColumnType<E>): LessOp
Checks if this expression is less than some other expression.