Search This Blog

Sunday, March 11, 2018

Number in Word Using Oracle Sql



select salary, to_char(to_date(salary,'j'), 'jsp') from EMPLOYEES;

No comments:

Post a Comment

PDF to Text Covert by Oracle Apex

Here are the steps to convert and get the character into a region by Oracle Apex. Step1.  Create a page and Copy-Pest the below code into Pa...