Skip to content

Commit a618063

Browse files
authored
Create ifnull.sql
1 parent 8efc2ce commit a618063

File tree

1 file changed

+1
-0
lines changed
  • sql-queries-5/String Concatenation and Aggregation in SQL

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
USE University; SELECT CONCAT(IFNULL(textbook, 'No textbook assigned'), ' for ', IFNULL(name, 'Unknown Course')) AS course_description FROM Course;

0 commit comments

Comments
 (0)