operator > method
Get db statement to check if this value more than another date,
other
may be DateTime object or DateTimeField
Implementation
ConditionQuery operator >(dynamic other) => moreThan(other);
Get db statement to check if this value more than another date,
other
may be DateTime object or DateTimeField
ConditionQuery operator >(dynamic other) => moreThan(other);