edc_陳先森
拼出属于自己的一个未来
摘要: 去除列名重复 select rtrim(ltrim(a.Bank)) as Country, count(*) as Total from T_BASE_OWNER a left join T_BASE_COMPANY b on a.CompanyID= b.ID left join T_BASE_ 阅读全文
posted @ 2019-09-29 14:42 edc_陳先森 阅读(2157) 评论(0) 推荐(0) 编辑