Filtering on a LEFT JOINED column

后端 未结 0 568
萌比男神i
萌比男神i 2020-11-28 10:51

Is it bad practice to filter on a joined table as in the following example?

SELECT 
products.id 
FROM products 
LEFT JOIN product_details ON product_details.p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题