check_02_hetong.sql 251 B

1234567891011
  1. --合同--输出报表
  2. select
  3. city_name as 地市名称,
  4. sid as 合同编码,
  5. sname as 合同名称,
  6. cbzx as 合同成本中心,
  7. idx_station_sid as 索引表局站ID,
  8. idx_hetong_sid as 索引表合同编码,
  9. stype as 合同校验
  10. from sqmdb_cost.err_has_ht_no_station
  11. order by sort_id_city