mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Create 627.sql
This commit is contained in:
parent
cefeb5d972
commit
50585a4841
4
LeetCode-CN/627.sql
Normal file
4
LeetCode-CN/627.sql
Normal file
|
@ -0,0 +1,4 @@
|
|||
update salary set sex = case sex
|
||||
when 'f' then 'm'
|
||||
when 'm' then 'f'
|
||||
end
|
Loading…
Reference in New Issue
Block a user