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

Check Difference Between Two Database Objects

Step-1. Create Two DBLINK to connect with Two Database then Step-2. define logindb= DBLINKONE define remotedb= DBLINKTWO define schema_name=...