1234567891011121314151617 |
- --5 转供电超高电费单价站点
- select distinct
- city_sname as city_name,
- build_name as jz_name,
- station_type as jz_type,
- station_level as cj,
- property_type as qs_type,
- eprice as df_dj,
- cost_unit_name as bc_zx,
- city_code as city_id,
- smonth as month_id,
- grid_code as county_id,
- area_name as county_name,
- sort_id_city
- from sqmdb_cost.rpt_baobiao_5_cgdf
- where smonth='202205'
- order by sort_id_city,station_level
|