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