0 votes
in Sql by
What is the Case function in SQL?

1 Answer

0 votes
by

Case facilitates if-then-else type of logic in SQL. It evaluates a list of conditions and returns one of the multiple possible result expressions.

...