|
- Full-width half-width, all can be removed
declare @a varchar(10)
set @a='1, 2, 3,,'
select replace(@a,',','')
-------------------
123
(The number of rows affected is 1 row)
——————————————————————
fart! ! ! Of course, it must be divided into half-width! ! ! What is your SQL? So powerful? |
|