标签:substr str string sql数据库 sql win log font 方法
substring_index(windSpeed,‘公里/小时‘,1)/3.6 as windSpeed
可将
10.8公里/小时 / 3.0m/s
进行拆分
嵌套使用replace方法
replace( replace( replace( replace( replace(windDec,‘偏‘,‘‘) ,‘东‘,‘E‘) ,‘西‘,‘W‘) ,‘南‘,‘S‘) ,‘北‘,‘N‘) as windDec2
标签:substr str string sql数据库 sql win log font 方法
原文地址:http://www.cnblogs.com/TheoryDance/p/7636735.html