python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to get multiple rows in Case Then clause
I want to write the case expression for this condition in View
Indicate "Y" in the report if Livestream (all) is selected and display all the individual platforms under livestream (App, Onli...
ARH
Votes: 0
Answers: 1
SQL Server stored procedure with case
I am trying to create a stored procedure in SQL Server 2019 where you should insert an employee number and an amount of salary increase by the keyboard.
You should add the amount to the salary if the ...
b4tm4n
Votes: 0
Answers: 2
SQL case expression is not giving desired result
I have the following situation. Sample data:
OCTeamID (int)
OCTeamLastTime (datetime)
1
1970-01-01 00:00:00
2
2022-01-21 00:37:23
3
1970-01-01 00:00:00
4
2022-01-21 00:37:23
5
1970-01-...
Martin4523
Votes: 0
Answers: 3
How do I use the case_when function with complex conditions in R?
I have a list of patients who have pain, function, and well-being scores before and after surgery. I want to use a criteria to decide if each patient has improved or not improved after surgery.
The cr...
Yushy Zhou
Votes: 0
Answers: 1