
SQL
咸鱼塘塘主
我只是不想我的未来黯淡无光
展开
-
LeetCode-SQL-595. Big Countries
题目 There is a table World +-----------------+------------+------------+--------------+---------------+ | name | continent | area | population | gdp | +---------------...原创 2018-07-19 21:05:28 · 182 阅读 · 0 评论 -
LeetCode-SQL-627. Swap Salary
题目 Given a table salary, such as the one below, that has m=male and f=female values. Swap all f and m values (i.e., change all f values to m and vice versa) with a single update query and no interm...原创 2018-07-19 21:07:50 · 206 阅读 · 0 评论 -
LeetCode-SQL-620. Not Boring Movies
题目 X city opened a new cinema, many people would like to go to this cinema. The cinema also gives out a poster indicating the movies’ ratings and descriptions. Please write a SQL query to output mo...原创 2018-08-19 14:32:45 · 225 阅读 · 0 评论