CRM On Demand - Administration (MOSC)

MOSC Banner

How to update DTYPE_UTCDATETIME field in database

I want to update a DTYPE_UTCDATETIME using below SQL:

update table set END_DT = START_DT + interval '13' HOUR where row_id='XXXXX';

I also tryied below TO_DATE SQL as well.

END_DT = to_date('2024-09-06 22:00:00','yyyy-mm-dd hh24:mi:ss')

But the time is not correct in page.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center