Skip to content

Commit

Permalink
Time: 220 ms (89.67%), Space: 0B (100.00%) - LeetHub
Browse files Browse the repository at this point in the history
  • Loading branch information
joseantoniochacon committed Jun 27, 2024
1 parent 0019cdb commit 84b4c2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 0627-swap-salary/0627-swap-salary.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Write your MySQL query statement below
UPDATE Salary SET sex = CASE WHEN sex='f' THEN 'm' ELSE 'f' END

0 comments on commit 84b4c2c

Please sign in to comment.