Update 'README.md'

master
mahuntington 3 years ago
parent b41c4148be
commit b85fa26c6a

@ -11,3 +11,5 @@ WITH RECURSIVE hierarcy (id, title, description, parent_id) AS
)
SELECT * FROM hierarcy;
```
https://www.mysqltutorial.org/mysql-adjacency-list-tree/
Loading…
Cancel
Save