摘要:
1.创建数据模型类 public partial class SmsPush { [Key] public int Id { get; set; } [MaxLength(128)] public string AppName { get; set; } [DataType(DataType.Tex 阅读全文
摘要:
SQL Server T-SQL高级查询 高级查询在数据库中用得是最频繁的,也是应用最广泛的。 Ø 基本常用查询 --select select * from student; --all 查询所有 select all sex from student; --distinct 过滤重复 selec 阅读全文