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 a.*, b.order_date, c.p_name from review a, prod_order b, product c where a.order_no = b.order_no and b.p_code = 356 and b.p_code = c.p_code order by review_date desc;