Skip to content

Commit 68bed9e

Browse files
committed
DeleteParser
1 parent a0dfd24 commit 68bed9e

File tree

19 files changed

+79
-52
lines changed

19 files changed

+79
-52
lines changed

.idea/workspace.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

input.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
2-
"CRUD": ["UPDATE"],
3-
"COLUMN": ["COLNAME"],
4-
"TABLE": ["TABLENAME"],
5-
"VALUE": ["1"],
6-
"WHERE": ["CONDITION = 2"]
7-
}
2+
"CRUD": ["DELETE"],
3+
"TABLE": ["TABLE"],
4+
"WHERE": ["CONDITION = 'ALL' AND VALUE = (SELECT VALUE FROM TAB)"],
5+
"WHERE SUB QUERY 1": ["(SELECT VALUE FROM TAB)"],
6+
"WHERE SUB QUERY ANALYSE 1": {
7+
"CRUD": ["SELECT"],
8+
"COLUMN": ["VALUE"],
9+
"TABLE": ["TAB"]
10+
}
11+
}
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.
Binary file not shown.

0 commit comments

Comments
 (0)