Skip to content

627-swap-salary

DevGod
DevGod
Vtuber
# Write your MySQL query statement below
UPDATE Salary
SET sex = IF(sex='m','f','m')