Skip to content

Commit e0b9c2c

Browse files
committed
Update Patterns Delimiter-Separated Values.md
1 parent ea02956 commit e0b9c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Patterns Delimiter-Separated Values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ WITH
5252
paths(path) AS (VALUES ('tcl/compat/zlib1/'), ('tcl/pkgs/thread2.8.7/tcl/cmdsrv/')),
5353
node_names AS (
5454
SELECT path,
55-
json_extract('["' || replace(trim(path, '/'), '/', '", "') || '"]', '$[#-1]') AS name
55+
json_extract('["' || replace(trim(path, '/'), '/', '", "') || '"]', '$[#-1]') AS name
5656
FROM paths
5757
),
5858
nodes AS (

0 commit comments

Comments
 (0)