We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daaf4f8 commit ca5b4dfCopy full SHA for ca5b4df
easy/Swap Salary.sql
@@ -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