Get all records from a recursive table
Database
2
Posts
2
Posters
0
Views
1
Watching
-
I have a table with recursive relationship and i want to get all the reords from this table having any specific parent id.
Do good and have good.
-
I have a table with recursive relationship and i want to get all the reords from this table having any specific parent id.
Do good and have good.
You can use Recursive CTEs[^]
#region signature my articles #endregion