chengben_other_3_grid.sql 284 B

1234567891011121314
  1. ---Íř¸ń
  2. ---chengben_other_3_grid_202203.csv
  3. select
  4. smonth,
  5. city_sname as city_name,
  6. grid_name as area_name,
  7. cost_nenghao,
  8. ftth_port_count,
  9. cost_port_nenghao,
  10. city_code*100 as city_code,
  11. area_code
  12. from sqmdb_cost.rpt_dport_cost_grid
  13. where smonth='202204'
  14. order by city_code,area_code