Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f2e6f67

Browse files
committed
json key crud 우선순위
1 parent 407b5ab commit f2e6f67

File tree

11 files changed

+34
-8
lines changed

11 files changed

+34
-8
lines changed

‎.idea/workspace.xml

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
918 Bytes
Binary file not shown.

‎output.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"COLUMN": ["*"],
32
"CRUD": ["SELECT"],
3+
"COLUMN": ["*"],
44
"TABLE": ["(SELECT A, B, C FROM SUBQUERYTABLE WHERE CONDITION IN ('A', 'B', 'C') AND CONDITION IN (SELECT CONDITION FROM ANOTHER UNION SELECT CONDITION FROM UNIONTABLE))"],
55
"TABLE SUB QUERY 1": ["(SELECT A, B, C FROM SUBQUERYTABLE WHERE CONDITION IN ('A', 'B', 'C') AND CONDITION IN (SELECT CONDITION FROM ANOTHER UNION SELECT CONDITION FROM UNIONTABLE))"],
66
"TABLE SUB QUERY ANALYSE 1": {
7+
"CRUD": ["SELECT"],
78
"COLUMN": [
89
"A",
910
"B",
1011
"C"
1112
],
12-
"CRUD": ["SELECT"],
1313
"TABLE": ["SUBQUERYTABLE"],
1414
"WHERE": ["CONDITION IN ('A', 'B', 'C') AND CONDITION IN (SELECT CONDITION FROM ANOTHER UNION SELECT CONDITION FROM UNIONTABLE)"],
1515
"WHERE SUB QUERY 1": ["(SELECT CONDITION FROM ANOTHER UNION SELECT CONDITION FROM UNIONTABLE)"],
1616
"WHERE SUB QUERY ANALYSE 1": {
17-
"COLUMN": ["CONDITION"],
1817
"CRUD": ["SELECT"],
18+
"COLUMN": ["CONDITION"],
1919
"TABLE": ["ANOTHER"],
2020
"UNION 1": {
21-
"COLUMN": ["CONDITION"],
2221
"CRUD": ["SELECT"],
22+
"COLUMN": ["CONDITION"],
2323
"TABLE": ["UNIONTABLE"]
2424
}
2525
}
2626
},
2727
"UNION ALL 1": {
28-
"COLUMN": ["*"],
2928
"CRUD": ["SELECT"],
29+
"COLUMN": ["*"],
3030
"TABLE": ["TAB2"],
3131
"UNION 1": {
32-
"COLUMN": ["*"],
3332
"CRUD": ["SELECT"],
33+
"COLUMN": ["*"],
3434
"TABLE": ["TAB3"]
3535
}
3636
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /