SqlAlchemy recursive query

前端 未结 0 1859
面向向阳花
面向向阳花 2021-01-27 11:37

I have a Post Model that has 3 fields

  • id
  • parent_id
  • note

is it possible to retrieve result like this with sqlalchemy query?

         


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