Create 627_jzf.sql

This commit is contained in:
Kirigaya Kazuto 2018-06-20 23:13:48 +08:00 committed by GitHub
parent 50585a4841
commit 24d1a44579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
LeetCode-CN/627_jzf.sql Normal file
View File

@ -0,0 +1,2 @@
update salary
set sex = case when sex ='m' then 'f' else 'm' end;