Hi : excuse me if I ask dump question. I am new in DB2 and Julian day format
I google around and just cannot fine a answer/example.
I am writing a simple SQL. The goal is to return any row that is NOT expired yet.
select * FROM F1501B where nevred >= currdate();
As you already know the nevred is in Julian. Can Julian be compared ? What is the "right" way to write this condition
thanks in advanced
I google around and just cannot fine a answer/example.
I am writing a simple SQL. The goal is to return any row that is NOT expired yet.
select * FROM F1501B where nevred >= currdate();
As you already know the nevred is in Julian. Can Julian be compared ? What is the "right" way to write this condition
thanks in advanced