Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Create concat ws.sql
  • Loading branch information
Nanos1 authored Sep 13, 2024
commit 562092a85fad631fe6dfdbf1db7ffe702987cd71
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
USE University; SELECT CONCAT_WS(' - ', name, textbook) AS course_details FROM Course;