当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

摘要: declare @s nvarchar(Max) set @s='qwer' select @s,STUFF(@s,2,2,'123') --qwer q123r declare @i decimal(10,4) set @i=.1234 select @i,STR(@i,5,6),STR(@i,6 阅读全文
posted @ 2021-11-03 13:47 hofmann 阅读(59) 评论(0) 推荐(0)