随笔分类 -  [01、SQL server_Engine]

SQL Server 字符串的相似度对比
摘要:IF object_id('F_strcompare') IS NOT NULLBEGIN PRINT 'Dropping function F_strcompare' DROP FUNCTION F_strcompare IF @@ERROR = 0 PRINT 'Function F_strc... 阅读全文
posted @ 2014-05-17 13:27 PatrickWong 阅读(1276) 评论(0) 推荐(0)