Leetcode in Java && Oracle
@leetcode_java
421
subscribers
8
photos
397
files
400
links
Second channel:
@codeforces_java
Let's Develop Together!
Download Telegram
Join
Leetcode in Java && Oracle
421 subscribers
Leetcode in Java && Oracle
image_2022-01-05_18-01-47.png
21.2 KB
#N627
.
Swap Salary
problem link
#solution
update Salary
set sex = case
sex when 'm' then 'f'
else 'm'
end;