Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
First_Last_Day
Select to_char(last_day(add_months(sysdate,-1)),'mmddyyyy')as LASTDAY, to_char(last_day(add_months(sysdate,-2))+1,'mmddyyyy') as FIRSTDAY from dual where to_char(sysdate, 'mmddyyyy')>= to_char(sysdate, 'mmddyyyy')
run
|
edit
|
history
|
help
0
DECODE() example
epoch
4
1
myWorkbench
Srinivas
procedure to calulate LCM of three numbers
Practice
generate-data-combinations-for-a-column-dynamically-based-on-another-column-sql-oracle
Srinivas