Advertisement
Maks140888

Untitled

May 31st, 2022
792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.15 KB | None | 0 0
  1. SELECT level, name from objects
  2. where name = 'Баришов Максим'
  3. START WITH  parent_id is null
  4.     CONNECT BY PRIOR object_id = parent_id
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement