Skip to content

Commit

Permalink
Update string_mit_t-sql_sortieren.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Datenbanken - für Anfänger und Profis authored Mar 9, 2019
1 parent f0bb1da commit 1097656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/string_mit_t-sql_sortieren.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright by Datenbanken-verstehen.de
Quelle: http://www.datenbanken-verstehen.de/
Quelle: http://www.datenbanken-verstehen.de/blog/sql-tsql-plsql/string-mit-t-sql-sortieren/
*/

DECLARE
Expand Down Expand Up @@ -37,4 +37,4 @@ FROM (
ORDER BY Val
) TMP

SELECT @output
SELECT @output

0 comments on commit 1097656

Please sign in to comment.