回答編集履歴

1

調整

2024/12/06 08:06

投稿

yambejp
yambejp

スコア116921

test CHANGED
@@ -1,2 +1,6 @@
1
1
  単純にこういうことでは?
2
2
  ```SQL
3
+ on (A.field01='AB' and B.field01=C.field01) or (A.field01<>'AB' and B.field02=C.field02)
4
+
5
+ ```
6
+ それとも条件式ではない?