Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: How to display all the content of the database?

by osama (Scribe)
on Jan 09, 2003 at 22:22 UTC ( [id://225667]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    create table organization(
    orgid number not null primary key,
    ...
    insert into orglevels values (1,'Sector');
    insert into orglevels values (2,'Department');
    insert into orglevels values (3,'Division');
    
  2. or download this
    select orgid,orgname,orgparent,level,l.levelname from organization o s
    +tart with orgparent is null connect by prior orgid=orgparent
    left join orglevels l on l.levelid=level
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://225667]
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: (4)
As of 2024-04-19 00:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found