随笔分类 -  Sql Server怪异语句篇

摘要:select b.name,a.text from syscomments a,sysobjects b where a.id=b.id and a.text LIKE N'%InspectionItemId%' 阅读全文
posted @ 2021-08-05 17:11 道九年 阅读(88) 评论(0) 推荐(0)