Viewing 3 posts - 1 through 4 (of 4 total)
Hi
I have tried the above solutions and the syntax provided. It drew a blank result.
Try this also :
Select b.deliverydate
From ordertable as b
Where to_char (b.deliverydate,’DD-Mon-YYYY’) = ‘16-Nov-2017’...
February 9, 2018 at 3:43 am
#1979207
The format written in the data dictionary DATE. No format stated.
February 8, 2018 at 5:26 pm
#1979142
Thanks for answering call of help! The rank over works wonderfully using ASC. The error I found is due to another syntax error within the scripts.
December 20, 2017 at 7:33 am
#1972898