sql函数的调用

select dbo.fun_getPY(‘家’)

如果要在表中应用可以这样

select dbo.fun_getPY(colums) columns from tb

colums是表tb中的一个字段,

select dbo.fun_getPY(‘家’)

如果要在表中应用可以这样

select dbo.fun_getPY(colums) columns from tb

colums是表tb中的一个字段,

Leave a Reply

Your email address will not be published. Required fields are marked *