Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^5: New PM Feature Request - Node Watch

by demerphq (Chancellor)
on Jun 20, 2005 at 16:11 UTC ( [id://468397]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    select * from nodes where parent_id=?
    
  2. or download this
    select * from nodes,children 
    where nodes.node_id=children.node_id
    and children.parent_id=?
    
  3. or download this
    select * from nodes where nodes.root_id=X.root_id
    and X.left<= nodes.right and nodes.left<=X.right
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-26 03:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found