10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313f3e4 commit 67e048bCopy full SHA for 67e048b
database/_1421.sql
@@ -0,0 +1,2 @@
1
+-- # Write your MySQL query statement below
2
+select q.id, q.year, ifnull(n.npv, 0) as npv from Queries as q left join NPV as n on q.id = n.id and q.year = n.year
0 commit comments