W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
SELECT testproduct_id, product_name, category_name FROM testproducts RIGHT JOIN categories ON testproducts.category_id = categories.category_id;