IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29998


Ignore:
Timestamp:
Dec 9, 2010, 12:03:31 PM (15 years ago)
Author:
rhenders
Message:

now getting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/ippToPsps/IppToPspsDb.pm

    r29991 r29998  
    127127
    128128    my $query = $self->{_db}->prepare(<<SQL);
    129     SELECT distinct exp_id
     129    SELECT batch_id, exp_id
    130130        FROM batches
    131131        WHERE exp_id >= $fromExp
     
    135135        AND datastore_product = '$datastoreProduct'
    136136        AND !merged
     137        GROUP BY exp_id
    137138SQL
    138139
Note: See TracChangeset for help on using the changeset viewer.