Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
1 Posted Topic
After more than 2 years, I think that this can be usefull... My [B]table[/B] [I][B]categories[/B][/I] have the parents ids of the roots categories with the value [B][COLOR="Green"]NULL[/COLOR][/B] Two solutions: #1. Don't show the parent's name of the roots (NULL !): [CODE] SELECT c.category_id, c.category AS 'Name', c1.category AS 'Parent Name' …
The End.
OVOVO