We have started putting logic in our code to avoid logical errors.
CASE WHEN condition1 THEN action1 WHEN condition2 THEN action2 ELSE escape_action END
Download the class notes for day 4.
Just another CUNY Academic Commons site
We have started putting logic in our code to avoid logical errors.
CASE WHEN condition1 THEN action1 WHEN condition2 THEN action2 ELSE escape_action END
Download the class notes for day 4.