Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: dbi style questions (code, discussion)

by guha (Priest)
on Dec 29, 2001 at 15:39 UTC ( [id://135106]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $sqlstmt = <<SQL_A;   
        select count(col1) from table1 
        where col1 = ? and col2 = ? and col3 = ?
    SQL_A
    
  2. or download this
    my $sqlstmt = def_sql_a;
    
    ...
        where col1 = ? and col2 = ? and col3 = ?
    SQL_A
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-18 22:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found