SQL tree traversal

前端 未结 3 1601
抹茶落季
抹茶落季 2020-12-18 11:12

I am not totally sure I am naming this right, but please bear with me.

I am wondering if is possible to do something like this in SQL(MySQL specifically): Let\'s say

3条回答
  •  执念已碎
    2020-12-18 11:35

    I was just asking myself the same question. This is what i googled: http://moinne.com/blog/ronald/mysql/manage-hierarchical-data-with-mysql-stored-procedures

    It works with stored procedures.

    But so much logic in the DB is not a good thing in my opinion..

提交回复
热议问题