Day 4: 365 Days of Daily Coding
- Amulya Cherala
- Nov 18, 2020
- 1 min read
Shorter post and easier problem today as I'm on my first day of a one-week long vacation.
DATEDIFF Function: https://lnkd.in/dqgnGN7
Today's coding challenge comes from #leetcode(https://lnkd.in/dEJgFhN): Write a SQL query to find all dates' id with higher temperature compared to its previous dates (yesterday). Return the result table in any order.

Comments