Help for this page

Select Code to Download


  1. or download this
    sub recursive_subquery{
        my($schema,$join_column,$key,$values)  = @_;
    ...
        }
        return $sub_query;
    }
    
  2. or download this
    $c->stash->{rows} = $c->model('DB::Post')->search({
        'posts.post_id' => {
    ...
            ])->get_column('post_id')->as_query 
        },
    });