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 b899edc

Browse files
백제완: [SQL] 업그레이드 할 수 없는 아이템 구하기_240205
1 parent e18003c commit b899edc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
SELECT
2+
A.ITEM_ID
3+
, A.ITEM_NAME
4+
, A.RARITY
5+
FROM
6+
ITEM_INFO A
7+
LEFT JOIN ITEM_TREE B
8+
ON A.ITEM_ID = B.PARENT_ITEM_ID
9+
WHERE
10+
B.PARENT_ITEM_ID IS NULL
11+
ORDER BY
12+
A.ITEM_ID DESC

0 commit comments

Comments
(0)

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