Viewing 3 posts - 1 through 4 (of 4 total)
@ Greg
thanks man, this is what I was exactly searching for.. "expanding hierarchies". Thanks you very much, I guess my problem is solved.
@ Lynn Pettis
thanks for helping out, I'll come...
May 18, 2009 at 4:42 pm
what I expect is to write a query which returns all the leaf nodes, for example
with reference to above tree..
If I query the leaf nodes of 'A' it should...
May 18, 2009 at 3:51 pm
@ramesh-2 thanks a lot, that was very informative.
@lynn pettis
I've created a table as
create database bom
use bom
create table bom (item_id int, item_name varchar(15), qty int, parent varchar(10),parent_id int, has_child int, primary...
May 18, 2009 at 8:46 am
Viewing 3 posts - 1 through 4 (of 4 total)