IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2009, 5:49:00 PM (17 years ago)
Author:
bills
Message:

include pstampDataStore..outProduct in pending request data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/pstamptool_pendingreq.sql

    r18561 r21413  
     1-- postage stamp requests ready for download and parsing
    12SELECT
    2  *
     3 pstampRequest.*,
     4 pstampDataStore.outProduct as ds_outProduct
    35 FROM pstampRequest
    4  WHERE state = 'new'
     6 LEFT JOIN pstampDataStore
     7    USING(ds_id)
     8 WHERE pstampRequest.state = 'new'
Note: See TracChangeset for help on using the changeset viewer.