摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Net.Mail; using System.Text; using System.Threading.Tasks; namespace S 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Serialization; using System.Runtime.Seriali 阅读全文
摘要:
--------------------------------创建视图------------------------------------- use StudentManager go --判断视图是否存在 if exists(select * from sysobjects where name='view_ScoreQuery') drop view view_ScoreQuer... 阅读全文