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(*,*)