Skip to content

Commit ad11778

Browse files
authored
Merge pull request #218 from Nanos1/patch-6
Create ifnull.sql
2 parents 4e445b8 + a618063 commit ad11778

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)