質問編集履歴

3

ためしたクエリに間違いがあった。

2021/01/18 12:33

投稿

m42
m42

スコア19

test CHANGED
File without changes
test CHANGED
@@ -45,5 +45,3 @@
45
45
 
46
46
 
47
47
  where path like "%abc/test1/*/xyz%"
48
-
49
- where path like "abc/test1/%/xyz"

2

ためしたクエリ追加しました

2021/01/18 12:33

投稿

m42
m42

スコア19

test CHANGED
File without changes
test CHANGED
@@ -44,4 +44,6 @@
44
44
 
45
45
 
46
46
 
47
+ where path like "%abc/test1/*/xyz%"
48
+
47
- where path like "abc/test1/*/xyz"
49
+ where path like "abc/test1/%/xyz"

1

書き直し

2021/01/18 06:40

投稿

m42
m42

スコア19

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,5 @@
1
+ やりたいこと
2
+
1
3
  PostgreSQLにて、where句をつかって「abc/test1」と「xyz」に囲まれている文字列が入っているデータを抜き出したい。
2
4
 
3
5