Details
Description
When comparing Numeric to Timestamp or Timespan it does not work to compare with the Numeric value first:
1 < Timespan(2)
|
1 < Timestamp(2)
|
but works in reverse
Timespan(2) > 1
|
Timestamp(2) > 1
|
It should work both ways.