Oracle ALL About Dates PART 3 | usage of ROUND and TRUNC function on dates and number data types

preview_player
Показать описание
Oracle ALL About Dates PART 3 | usage of ROUND and TRUNC function on dates and number data types
--------------------------------------------------------------
This channel is for learning Oracle SQL, PLSQL, DATABASE concepts, MYSQL, ETL, Mongo DB, Python,UNIX and related technologies.
--------------------------------------------------------------

--------------------------------------------------------------

--------------------------------------------------------------

--------------------------------------------------------------
About Myself:
----------------------
I am Siva, [LEARN | CODE | TRAIN | SHARE].
Being in IT industry for more than 12+ years.
In my day to day job, I work with database technologies including Oracle, Java, Python, MongoDB, talend and UNIX.
I am passionate about "DATA", coding & training.
In my spare time, I teach database technologies , ETL etc.
I am very glad that you are reading my Profile, and I value your time as well as mine.
Looking forward to see you in my videos

--------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Hi Siva
Siva Acadamy l has helped me a lot for a successful PLSQL interview.

Thank you very much

ajishmac.v
Автор

If anyone watches all the four parts with respect to Time and Dates, I do not think there is anything more required from your work life perspective. All the aspects are covered with good examples. Thank you very much...

sudheerkumarreddy
Автор

Excellent video...today my concepts for round and trunc are clear...
Thanks a lot Siva..
You are blessing for me !!

rahulmittal
Автор

Excellent video, thank you for such simple explanation

PawanKumar-gbpj
Автор

Sir, I am big fan of yours...I have watched all of your videos and your explanations are much informative and easy to understand.. If you can create a performance tuning video series of explain plan and hints, table partitioning, Oracle architecture etc.. then It would be greatfull.
Otherwise if you are providing online classes then how I will join your classes ? I got rejected many companies related to performance tuning topic only.
Thanks in advance

abhijitmohanty
Автор

Very nice.... superb explanation.... Thank you 🙂

SuNiLKuMaR-iqpz
Автор

super explanation sir.. thank u sir.. 👌👌👌👌👌

vijayalakshmi-zqiu
Автор

hi siva, select from dual; giving output as it should give

nntrainingandplacementsolu
Автор

For DAY as parameter, it takes the start day of the week. For DDD/DD it takes the start of the day. The default parameter is DDD.

JohnDavid-pwzx
Автор

Very good explanation sir but we are still waiting your SQL tuning video.

pradeepverma
Автор

Trunc(to-date(, 'month', -6) ?


Till month u told in video last

yallababus
Автор

Hi Shiva sir
Do you take online classes ? would like to take SQL/PLSQL classes.

Cherry-nxgv
Автор

could you explain this query output for me ??

i have written this following query to trunc and round the data by using dd fmt in the arguments field of trunc and round using the 09-12-22 as my sysdate

select sysdate, trunc(sysdate, 'dd'), round(sysdate, 'dd') from dual
/


SYSDATE TRUNC(SYSDATE, 'DD') ROUND(SYSDATE, 'DD')

09-dec-2022 10:27:57pm 09-dec-2022 12:00:00am 10-dec-2022 12:00:00am

why is it giving 09-dec-2022 as output when using it dd format for trun()??

ranjithparuchuri
Автор

Hi sir..
If it is possible
Talend lo
Generic schema meda vedio cheyandi sir.
Multiple files with different fields... Ni single file ga cheyali output lo

mohansai
Автор

Hi sir,
I have a very important question
For suppose, a date is like xtime= 24-FEB-22 00:24:48
NOW I WANT THIS DATE TO BE PRINTED AS
2022-FEB-24 00:24:00
ONLY the seconds need be truncated and date format should be changed as yyyy-mon-dd
When I'm trying
To_date(to_char('24-FEB-22', 'YYYY/MM/DD HH24:MM')||':00', 'YYYY/MM/DD HH24:MM:SS')
IM GETTING ERROR,
AND these date formats are predefined variables I need to use .
Please help me to correct it

craftshelf
Автор

Round (98765.13479, 2)
Ans?….

Pls reply

kidschannel
Автор

Hi Siva,
At 11:04 on this video, round(987654321.12579, -9) is 0 but I guess it should be 1 billion. May be a typo at your end

akshay