Our query gave no results because we have a small mistake. What might it be?

pizza_order.user should be po.user since we aliased pizza_orderThere is no user.id columnWe aren't selecting anything

pizza_order.user should be po.user since we aliased pizza_order.