how to write stored recursive procedure in order to get hierarchical element – Mysql
hello i have table profile that has many attributs, and the profile has on parent but the parent can have a parent etc.. I want to get all the list of the attributs(even the attributs of the parents) i wrote…