$sql: 'SELECT id, name FROM users WHERE ( ( ( first_seen_time <= ? AND first_seen_time > ? ) AND status = ? ) )'; \@bind: [ 1492373509, 1492287109, 'active' ];