Skip to content

Commit 06525df

Browse files
committed
selectBodies의 0번째 인덱스에 main json 추가하기 전 단계
1 parent 3926d6a commit 06525df

File tree

19 files changed

+45
-76
lines changed

19 files changed

+45
-76
lines changed

.idea/dictionaries/inner.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

input.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,28 @@
22
"CRUD": ["SELECT"],
33
"COLUMN": ["*"],
44
"TABLE": ["TAB"],
5-
"UNION 1": {
5+
"UNION 1": ["SELECT * FROM TAB2"],
6+
"UNION 2": ["SELECT * FROM TAB3"],
7+
"UNION 4": ["SELECT * FROM TAB5"],
8+
"UNION ALL 3": ["SELECT * FROM TAB4"],
9+
"UNION ALL ANALYSE 3": {
610
"CRUD": ["SELECT"],
711
"COLUMN": ["*"],
8-
"TABLE": ["TAB2"]
12+
"TABLE": ["TAB4"]
913
},
10-
"UNION 2": {
14+
"UNION ANALYSE 1": {
1115
"CRUD": ["SELECT"],
1216
"COLUMN": ["*"],
13-
"TABLE": ["TAB3"]
17+
"TABLE": ["TAB2"]
1418
},
15-
"UNION 4": {
19+
"UNION ANALYSE 2": {
1620
"CRUD": ["SELECT"],
1721
"COLUMN": ["*"],
18-
"TABLE": ["TAB5"]
22+
"TABLE": ["TAB3"]
1923
},
20-
"UNION ALL 3": {
24+
"UNION ANALYSE 4": {
2125
"CRUD": ["SELECT"],
2226
"COLUMN": ["*"],
23-
"TABLE": ["TAB4"]
27+
"TABLE": ["TAB5"]
2428
}
2529
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)