摘要:1. 字符串转换成int cast(str_a as signed) int 转换成字符串 concat(c4,'') 2.字符串转换成小数 convert(str_a, decimal(15,1)) 3.中位数计算方法: select "中位数" name, max(case when ID=((
阅读全文
10 2019 档案
摘要:1. 字符串转换成int cast(str_a as signed) int 转换成字符串 concat(c4,'') 2.字符串转换成小数 convert(str_a, decimal(15,1)) 3.中位数计算方法: select "中位数" name, max(case when ID=((
阅读全文
|