hi
how to convert timestamps to date in oracle, and please give me example sql statements

help me


thanks
bala

Recommended Answers

All 4 Replies

time stamp contains date as well . you need to trim the timestamp containing both date and time information to get only the date part.

Use To_Char function to get date in Desired Format.

k thanks, how to to trim the time stamp?help me

you need to use TRUNC() to remove the time information from the date field.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.