Hi-ya
Alrighty I have a sql tree structure,
for example:
("1","0","Top"}
("2","1","A"}
("3","1","C"}
("4","1","D"}
and I want to do an insert and retain the sorting eg:
("1","0","Top"}
("2","1","A"}
("3","1","B"}
("4","1","C"}
("5","1","D"}
what is the best way to do this?
Alrighty I have a sql tree structure,
for example:
("1","0","Top"}
("2","1","A"}
("3","1","C"}
("4","1","D"}
and I want to do an insert and retain the sorting eg:
("1","0","Top"}
("2","1","A"}
("3","1","B"}
("4","1","C"}
("5","1","D"}
what is the best way to do this?