摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.OracleClient; namespace Ser 阅读全文
摘要:
格式如下: select [name] from [库名].[dbo].sysobjects where id in(select id from [库名].[dbo].syscolumns Where name='字段名') 例如:查询“DB100”库中包含“UserName”字段的所有表。 示例 阅读全文