02 2022 档案

摘要:MSSQL:查询存储过程中具有某些关键字的存储过程: select a.* from sysobjects a, syscomments b where a.id = b.id and b.text like '%Carddata%' 阅读全文
posted @ 2022-02-16 10:38 kenmin 阅读(97) 评论(0) 推荐(0)