Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: One to many, many to one relationships

by TOD (Friar)
on Mar 12, 2007 at 04:34 UTC ( [id://604281]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    USE database;
    
    ...
                           s_t_id INTn) NOT NULL DEFAULT 0,
                           [...]
                          );
    
  2. or download this
    $dbh->selectall_arrayref("SELECT * FROM taxon, node WHERE n_t_id = t_i
    +d");
    
  3. or download this
    $dbh->selectrow_arrayref("SELECT * FROM node, taxon WHERE n_id = XXX A
    +ND t_id = n_t_id");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-19 22:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found