Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Is -nest part of SQL::Abstract? If so, is there documentation somewhere?

by 1nickt (Canon)
on Jun 04, 2021 at 20:48 UTC ( [id://11133531]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -MSQL::Abstract -wE 'say +(SQL::Abstract->new->select(
    +"foo", "bar", { user => "nwiger", -or => [ workhrs => { ">" => 20 }, 
    +geo => "Asia" ]}))[0]'
    
  2. or download this
    SELECT bar FROM foo WHERE ( ( workhrs > ? OR geo = ? ) AND user = ? )
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-25 08:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found