当前位置: 代码迷 >> Sql Server >> PB的FILL函数在sqlserver里相对应什么函数?如:Fill("" 35) ,请教!
  详细解决方案

PB的FILL函数在sqlserver里相对应什么函数?如:Fill("" 35) ,请教!

热度:380   发布时间:2016-04-27 21:32:55.0
PB的FILL函数在sqlserver里相对应什么函数?如:Fill("*", 35) ,请问!!!!急!!!!
PB的FILL函数在sqlserver里相对应什么函数?如:Fill( "* ",   35)   ,请问!!!!急!!!!  
Builds   a   string   of   the   specified   length   by   repeating   the   specified   characters   until   the   result   string   is   long   enough.


------解决方案--------------------
用replicate(*,*)
  相关解决方案