- 博客(4)
- 收藏
- 关注
原创 x.y.z 格式的版本大小比较 版本正则 SQL
1.要点x.y.z 格式的版本2.版本大小比较 版本过滤// 6.1.0版本及以上(cast(split(vn,'\.')[0] as int)>6 or (cast(split(vn,'\.')[0] as int)=6 and cast(split(vn,'\.')[1] as int)>=1))// 6.3.0版本及以上(cast(split(vn,'\.')[0] as int)>6 or (cast(split(vn,'\.')[0] as int)=6 and c
2021-04-24 23:39:08
753
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人