Blog / Oracle Application Blog
Oracle SQL Query To Return Negative Numbers Within Bracket
Syntax:
to_char(-123456,’99G99G99G999PR’)
Query:
select to_char(-123456,’99G99G99G999PR’) from dual;
Output:
<1,23,456>
Blog / Oracle Application Blog
Syntax:
to_char(-123456,’99G99G99G999PR’)
Query:
select to_char(-123456,’99G99G99G999PR’) from dual;
Output:
<1,23,456>
Introduction / Issue Closing a WIP job in EBS normally means going through the Discrete Jobs form manually — checking if all transactions are done, confirming t…
Introduction / Issue One of the common issues encountered while developing Oracle APEX applications is duplicate form submission. Users may unintentionally clic…
Introduction / Issue Many Oracle APEX applications successfully meet business requirements but often overlook one critical aspect—the User Interface (UI) and Us…