Connor and Chris will both be at AI World from October 12 to October 17 , the premier Oracle conference of 2025. If you're in Vegas, please come say Hi or pop into our sessions
Thanks for the question, Praveen.
Asked: December 02, 2016 - 3:02 pm UTC
Last updated: December 04, 2016 - 1:19 pm UTC
Version: 11.2
Viewed 1000+ times
SQL> col x format 999.9999999999999999999999999999999999 SQL> select 3*(1/3) x from dual; X --------------------------------------- 1.0000000000000000000000000000000000 SQL> col x format 999.999999999999999999999999999999999999999999999999999999 SQL> select 3*(1/3) x from dual; X ----------------------------------------------------------- .999999999999999999999999999999999999999900000000000000
Share and learn SQL and PL/SQL; free access to the latest version of Oracle Database!
Classes, workouts and quizzes on Oracle Database technologies. Expertise through exercise!