Monday, May 16, 2022

How to get First Day of the Month in SQL

SELECT TRUNC(SYSDATE, 'Month') FROM dual

No comments:

Post a Comment

currentAppUi built in variable in VBCS

$global.currentAppUi.id :- The id of the App UI $global.currentAppUi.urlId :-The id of the App UI as shown in the URL $global.currentAppUi.d...