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 i.order_id, i.order_item_id FROM t_order o JOIN t_order_item i ON o.user_id = i.user_id AND o.order_id = i.order_id WHERE o.user_id = 1 AND o.order_id = 10000
改为
SELECT i.order_id, i.order_item_id FROM t_order o JOIN t_order_item i ON o.user_id = i.user_id AND o.order_id = i.order_id WHERE o.user_id = 1 AND o.order_id = 10000 AND i.order_id = 10000
No description provided.
The text was updated successfully, but these errors were encountered: