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 29eb031

Browse files
committed
백제완: [SQL] 조건에 맞는 개발자 찾기_250219
1 parent 5b682c6 commit 29eb031

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+
ID,
3+
EMAIL,
4+
FIRST_NAME,
5+
LAST_NAME
6+
FROM
7+
DEVELOPERS
8+
WHERE
9+
(SKILL_CODE & (SELECT CODE FROM SKILLCODES WHERE NAME = 'Python'))
10+
OR (SKILL_CODE & (SELECT CODE FROM SKILLCODES WHERE NAME = 'C#'))
11+
ORDER BY
12+
ID;

0 commit comments

Comments
(0)

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