MSSQL 提取汉字实现语句
复制代码 代码如下:-->Title:生成測試數據 -->Author:wufeng4552 -->Date :2009-09-21 09:02:08 if object_id("dbo.get_china_str")is not null drop function dbo.get_china_str go create function dbo.get_china_str ( @str nvarchar(200) ) returns ...