MySQL语法生成二进制结构

时间:2019-03-01 09:36:29

标签: mysql sql mysqli mysql-workbench

enter image description here

我有一张桌子,如图所示。我想为给定的用户生成输出,例如,如果我选择“ aswarojgar”,那么我想获取“ aswarojgar”下的所有用户

“ aswarojgar”的输出示例

|---------------------|------------------|
|      email          |     side         |
|---------------------|------------------|
|     Mukesh123       |         left     |
|---------------------|------------------|
|     Poonam123       |         left     |
|---------------------|------------------|
|     Pravin123       |         right    |
|---------------------|------------------|
|     Kamal123        |         left     |
|---------------------|------------------|
|     Babi123         |         right    |
|---------------------|------------------|

我想创建这样的结构

         aswarojgar
          /        \ 
     Mukesh123       
       /      \          
 Poonam123    Pravin123            
  /      \     /      \ 
Kamal123             Babi123 

0 个答案:

没有答案