Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Tree Structure and Db

by ikegami (Patriarch)
on Jul 05, 2005 at 21:31 UTC ( [id://472616]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Nodes
    =====
    ...
     1  | Parent Node1     | 0
     2  | Child Node 1     | 1
     3  | Sub Child Node 1 | 2
    
  2. or download this
    SELECT Nodes.*
      FROM Nodes
    ...
    ----+------------------+--------
     3  | Sub Child Node 1 | 2
     4  | Leaf1            | 3
    
  3. or download this
    SELECT Nodes.*
      FROM Nodes
    ...
     id | node_name        | parent
    ----+------------------+--------
     3  | Sub Child Node 1 | 2
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://472616]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (8)
As of 2024-04-24 10:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found