xiaoheihei

SELECT INSERT(mobile, 4, 4, \'****\')AS Mobile from Users ;

 SELECT STUFF(Mobile ,4,4,\'***\') AS Mobile from Users ;

分类:

技术点:

相关文章: