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'
            ];