How to find parent row for same table

前端 未结 0 1156
余生分开走
余生分开走 2021-02-03 16:46

I have table something like this:

childId | parentId
   1    |  null
   2    |   1
   3    |  null
   4    |   2

Column childId is primary key of

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