Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: Oracle nvl function

by buckaduck (Chaplain)
on May 22, 2002 at 21:38 UTC ( [id://168599]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $sSQL = qq{ ... WHERE SAPP = ? AND SOWNERID = ? ... };
    ...
    $sCursor->execute($gsApp, $sOwnerID);
    
  2. or download this
    $sSQL = qq{ ... WHERE (SAPP = ? OR (? is NULL AND SAPP is NULL)) AND .
    +.. };
    ...
    $sCursor->execute($gsApp, $gsApp, $sOwnerID, $sOwnerID);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-25 22:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found