my query is :
select * from category where parentid =6
this gives me all children of number 6, I wanted to select name of cat 6 as well.
Please help me out
small query problem
Moderator: General Moderators
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Re: small query problem
Do another query.
Re: small query problem
Locking topic as this is a duplicate.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.