IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31836


Ignore:
Timestamp:
Jul 8, 2011, 11:58:55 AM (15 years ago)
Author:
Serge CHASTEL
Message:

Added failing clause when no filtering clause

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/destreakRun.d

    r27892 r31836  
    1 TABLE magicDSRun, magicDSFile
     1TABLE magicDSRun JOIN magicDSFile USING(magic_ds_id)
    22TITLE Destreak Runs
    33FILE  destreakRun.php
    44MENU  ipp.dist.dat
    55
     6UNRESTRICTED WHERE 0=1
     7
    68# the following WHERE clauses are added to all queries joined by AND
    7 
    8 WHERE magicDSRun.magic_ds_id = magicDSFile.magic_ds_id
     9#WHERE magicDSRun.magic_ds_id = magicDSFile.magic_ds_id
    910
    1011#     field                    size  format  name         show    link to                  extras
Note: See TracChangeset for help on using the changeset viewer.