DB_Column.>
>other
Group: Operators
Aliases: greater than
Documentation
Element-wise order comparison.
Returns a column with results of comparing this column's elements against other. If other is a column, the comparison is performed pairwise between corresponding elements of self and other.
Arguments
other: The other column to compare pairwise with.