![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi Could someone help me with some syntax? I know that SELECT To_char (sysdate, 'ddth Month YYYY') will give me the format I want if it is today's date that I need. But suppose it is another date that I know - say 3rd February 2006? I can't get the syntax right. thanks Liz |
#4
| |||
| |||
|
|
"Liz J" <thejordanschangethistoanatsignclara.net> wrote in message news:1140653404.29042.0 (AT) damia (DOT) uk.clara.net... Hi Could someone help me with some syntax? I know that SELECT To_char (sysdate, 'ddth Month YYYY') will give me the format I want if it is today's date that I need. But suppose it is another date that I know - say 3rd February 2006? I can't get the syntax right. thanks Liz How about: To_char ('03-Feb-2006', 'ddth Month YYYY') That might work, but it relies on an implicit type conversion of the |
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
|
"Many thanks everyone Liz |
![]() |
| Thread Tools | |
| Display Modes | |
| |