开发者

how to insert subcategory into parent category(All) in mysql?

开发者 https://www.devze.com 2023-02-05 18:08 出处:网络
I need to insert subcategory valuesinto parent category in mysql without using loop.do u guys have any efficient queries.(i am inserti开发者_开发技巧ng subcatgories using csv file upload)Use the Neste

I need to insert subcategory values into parent category in mysql without using loop.do u guys have any efficient queries.(i am inserti开发者_开发技巧ng subcatgories using csv file upload)


Use the Nested Set principle. Here is a really good article: Managing Hierarchical Data in MySQL, which in principle also applies to other relational databases.

0

精彩评论

暂无评论...
验证码 换一张
取 消