Ollivander's Inventory

  • + 1 comment

    Why I cannot use the subquery like this

    coins_needed = any(select min(coins_needed) from Wands as w1 join Wands_Property as p1 on (w1.code = p1.code) group by age, power)