Changeset 8122 for trunk/MagicSoft/Mars/datacenter/db/queryseq.php
- Timestamp:
- 10/18/06 18:53:28 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/queryseq.php
r7974 r8122 23 23 $query0 .= " Min(fZenithDistanceMin) as '" . $alias["Min(fZenithDistanceMin)"] . "', "; 24 24 $query0 .= " Max(fZenithDistanceMax) as '" . $alias["Max(fZenithDistanceMax)"] . "', "; 25 $query0 .= " COUNT(*) as ' Sequence#' ";25 $query0 .= " COUNT(*) as '# Sequ' "; 26 26 } 27 27 else
Note:
See TracChangeset
for help on using the changeset viewer.