Skip to content

Commit ca5b4df

Browse files
authored
Create Swap Salary.sql
1 parent daaf4f8 commit ca5b4df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

easy/Swap Salary.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--627. Swap Salary--
2+
# Write your MySQL query statement below
3+
update salary
4+
set sex = IF(sex = 'm', 'f', 'm');

0 commit comments

Comments
 (0)