我有2张桌子
“ orders ”与“ articles ”有1对N的关系
SELECT `orders`.* FROM `orders` INNER JOIN `articles` ON `articles`.`orders_id` = `orders`.`id` where ????
如何对文章进行子计数并仅获得包含 4 篇或更多文章的订单?
谢谢你的帮助!
mysql sql count
count ×1
mysql ×1
sql ×1