Try using current_timestamp instead of current_time. This works for me in a SELECT: to_char(current_timestamp + '1 MONTH AGO', 'YYMM') as ‘reference’
Cheers, -p
-----Original Message-----
this does not work:
select to_char(current_time,'HH24:MI') __________________________________________________ *******************Confidentiality and Privilege Notice******************* The material contained in this message is privileged and confidential to the addressee. If you are not the addressee indicated in this message or responsible for delivery of the message to such person, you may not copy or deliver this message to anyone, and you should destroy it and kindly notify the sender by reply email.
Information in this message that does not relate to the official business
of Weatherbeeta must be treated as neither given nor endorsed by Weatherbeeta.
Weatherbeeta, its employees, contractors or associates shall not be liable
for direct, indirect or consequential loss arising from transmission of this
message or any attachments
|
- [SQL] to_char with time chester c young
- Re: [SQL] to_char with time Aaron Bono
- Re: [SQL] to_char with time Phillip Smith