You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT * FROM orders LEFT JOIN users u ON u.id = orders.customer_id LEFT JOIN users u2 ON u2.id = orders.seller_id LEFT JOIN addresses a ON a.id = orders.shipping_id LEFT JOIN addresses a2 ON a2.id = orders.billing_id
The text was updated successfully, but these errors were encountered:
SELECT * FROM orders LEFT JOIN users u ON u.id = orders.customer_id LEFT JOIN users u2 ON u2.id = orders.seller_id LEFT JOIN addresses a ON a.id = orders.shipping_id LEFT JOIN addresses a2 ON a2.id = orders.billing_id
The text was updated successfully, but these errors were encountered: