回答編集履歴

1

訂正

2021/04/09 08:09

投稿

sazi
sazi

スコア25195

test CHANGED
@@ -10,7 +10,9 @@
10
10
 
11
11
  )
12
12
 
13
+ and (
14
+
13
- and (name = 検索値段1 and date >= 検索日付1)
15
+ (name = 検索値段1 and date >= 検索日付1)
14
16
 
15
17
  OR (name = 検索値段2 and date >= 検索日付2)
16
18
 
@@ -22,4 +24,6 @@
22
24
 
23
25
 
24
26
 
27
+ )
28
+
25
29
  ```