Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: Database searches with persistent results via CGI

by elwarren (Priest)
on May 10, 2002 at 17:23 UTC ( [id://165725]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    select record_id
      from lookup
     where name = 'JOHN'
    
  2. or download this
    NAME   RECORD_ID
    ----   ---------
    ...
    DEER    3
    JOHN    4
    DOE     4
    
  3. or download this
    select record_id
      from lookup
     where name in ('JOHN', 'SMITH')
     group by record_id
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-03-29 07:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found