读书人

PB的FILL函数在sqlserver里相对应什么

发布时间: 2012-02-01 16:58:19 作者: rapoo

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

读书人网 >SQL Server

热点推荐