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 c71975d

Browse files
committed
injectJson메소드 추가
1 parent 6bf0776 commit c71975d

24 files changed

+118
-162
lines changed

‎.idea/workspace.xml

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

‎input.txt

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
1-
SELECT A.a, C.b, E.c FROM
1+
SELECT EC_DV as staff_gbn
2+
FROM ETCH004M
3+
WHERE
24
(
3-
SELECT A.a, A.select_id, B.id
4-
FROM table A
5-
INNER JOIN joinTable B ON A.id = B.id
6-
INNER JOIN joinTable2 C ON B.id2 = C.id2
7-
WHERE A.yn = 'Y' AND C.id2 = 'id' AND
8-
A.select_id =
9-
(
10-
SELECT select_id
11-
FROM selector_table
12-
WHERE c_name = 'con_name' AND
13-
gateway = 'gateway' AND
14-
CONTAINER = 'container'
15-
)
16-
) A
17-
LEFT OUTER JOIN table_resource C ON A.select_id = C.select_id
18-
INNER JOIN item D ON A.id = D.id
19-
INNER JOIN table_item E ON D.c = E.c
5+
TO_DATE (SCH_REG_DT , 'YYYY-MM-DD') BETWEEN TO_DATE (SYSDATE, 'YYYY-MM-DD') AND
6+
TO_DATE (SYSDATE, 'YYYY-MM-DD')
7+
)
8+
GROUP BY EC_DV
9+
UNION SELECT EC_CLPS_DV_CD as staff_gbn
10+
FROM ETCH005M
11+
WHERE NVL (USE_AYN, 'Y') <> 'N'
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)

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