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

Restrict File Upload by File Type in Oracle Apex

If you want to restrict file upload by file type/extension/format you can follow the below steps.  Goto File Browser Item --> Advanced --...