Skip to content

Commit f1e6957

Browse files
authored
Remove unnecessary comment
1 parent 24df26a commit f1e6957

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Database/Easy/627_SwapSalary.sql

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# Write your MySQL query statement below
2-
31
UPDATE salary
42
SET sex = (CASE WHEN sex = 'm' THEN 'f'
53
WHEN sex = 'f' THEN 'm' ELSE
64
'a'
7-
END);
5+
END);

0 commit comments

Comments
 (0)