Changeset 31772
- Timestamp:
- Jun 29, 2011, 10:02:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/ippMonitorLap/def/lapStacks.d
r31771 r31772 1 TABLE lapRun JOIN stackAssociationMap AS stackAssociationMap1 ON stackAssociationMap1.sass_id=lapRun.quick_sass_id JOIN stackRun AS stackRun1 ON stackRun1.stack_id=stackAssociationMap1.stack_id 1 TABLE lapRun JOIN stackAssociationMap AS stackAssociationMap1 ON stackAssociationMap1.sass_id=lapRun.quick_sass_id JOIN stackRun AS stackRun1 ON stackRun1.stack_id=stackAssociationMap1.stack_id JOIN stackSumSkyfile AS stackSumSkyfile1 ON stackSumSkyfile1.stack_id=stackAssociationMap1.stack_id 2 2 TITLE LAP Stacks 3 3 FILE lapStacks.php … … 30 30 # FIELD stackRun.skycell_id, 15, %s, Skycell ID 31 31 FIELD lapRun.quick_sass_id, 6, %d, Quick SASS ID 32 FIELD stackRun1.stack_id, 6, %d, Quick Stack ID 32 33 FIELD stackRun1.data_group, 15, %s, Quick Data Group 33 # FIELD lapRun.quick_stack_id, 6, %d, Quick Stack ID 34 # FIELD lapRun.quick_state, 6, %s, Quick State 35 # FIELD lapRun.quick_fault, 6, %d, Quick Fault 36 # FIELD lapRun.quick_quality, 6, %d, Quick Quality 34 FIELD stackRun1.state, 6, %s, Quick State 35 FIELD stackSumSkyfile1.fault, 6, %d, Quick Fault 36 FIELD stackSumSkyfile1.quality, 6, %d, Quick Quality 37 37 FIELD lapRun.final_sass_id, 6, %d, Final SASS ID 38 38 # FIELD lapRun.final_data_group, 15, %s, Final Data Group
Note:
See TracChangeset
for help on using the changeset viewer.
