Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Module for substituting complex criteria into hand-written SQL queries

by 1nickt (Canon)
on Apr 16, 2017 at 17:31 UTC ( [id://1188055]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $sqla = SQL::Abstract::More->new;
    
    ...
            },
        },
    );
    
  2. or download this
    $sql: 'SELECT id, name FROM users WHERE ( ( ( first_seen_time <= ? AND
    + first_seen_time > ? ) AND status = ? ) )';
    
    ...
              1492287109,
              'active'
            ];
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1188055]
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: (8)
As of 2024-03-29 13:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found