Oracle TO_CHAR Function

preview_player
Показать описание

The Oracle TO_CHAR function is a common and useful string manipulation function. It allows you to convert a number or a date value into a string value.

It allows you to take a number or a string, and convert it to a VARCHAR2 data type.
Рекомендации по теме
Комментарии
Автор

Can you please make a video on how to take an input from the user in the runtime using Oracle Live?

rakhshandamujib
Автор

At 3:12 -> June 16, 2018 but the video was June 15, 2018. Why ?

endone
Автор

Why for example only the number 9 works? I tried using other numbers such as and it didn't work. Please explain.

jaydeepadhikari
Автор

thanks bud. helping me cram for m cosc304

MrCoxreels
Автор

If I run SELECT TO_CHAR(12345.6789, I get the same result of 12345.7
What is the logic of keeping the .7?

jdew
Автор

hi sir,
1)select to_char('12/06/2022', 'dd/mm/yy') from dual;


2)select to_char(sysdate, 'dd/mm/yy') from dual;



why 2nd one is working while first one is not working?

saikiranpandilla