How to get date_oper which star_or_space column is null, using function | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to get date_oper which star_or_space column is null, using function

Oracle DB I have calendar table with two columns star_or_space and date_oper In star_or_space column weekends (Saturday and Sunday) marked with star sign, date_oper column is contains one year ahead date with day, month and year How to get April's first working day from current date according check calendar table's star_or_space column if star_or_space is null or star_or_space <> '*' in April give that day

29th Mar 2023, 9:10 PM
Saleh Ismayilov
Saleh Ismayilov - avatar
1 Answer
+ 3
Saleh Ismayilov use the min function as I answered in your previous post of this question.
30th Mar 2023, 5:53 AM
Brian
Brian - avatar