Monday, March 1, 2021

How to Whole number and Decimal number

 select '123.4512' num, substr('123.4512',1,instr('123.4512','.')-1) wholenum, substr('123.4512',instr('123.4512','.')+1) decimalpart from dual

No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...