2条回答 默认 最新
- 長相忆Vision 2015-03-14 04:19关注
select cast(wr_jc_yearMonth.yearMonth as CHAR(7))+'-'+cast(wr_billCycleSet.billCycle as CHAR(2)) from wr_billCycleSet join wr_jc_yearMonth on 1=1
解决 无用评论 打赏 举报
select cast(wr_jc_yearMonth.yearMonth as CHAR(7))+'-'+cast(wr_billCycleSet.billCycle as CHAR(2)) from wr_billCycleSet join wr_jc_yearMonth on 1=1