Ollivander's Inventory

  • + 1 comment

    I have a little bit problem with this one, I don't know why it have the wrong answer. Can someone can explain my issue. My code:


    SELECT id, age, coins_needed, power from wands inner join Wands_Property on wands.code = wands_property.code where is_evil = 0 order by power desc, age desc, coins_needed asc