05 2018 档案

摘要:字符串 { "Answer": [{ "PatientId": "xx", "Question": "158", "AnswerContent": "3" }, { "PatientId": "aa", "Question": "159", "AnswerContent": "2" }] } pub 阅读全文
posted @ 2018-05-11 16:50 敌八哥 阅读(3609) 评论(0) 推荐(0)
摘要:创建视图索引: 第一步,创建视图 必须使用WITH SCHEMABINDING, 而且 语句中不能有left join,right join等, 只允许inner join 连接, 且各种分组函数等不能使用, 语句中 不能使用 select * from , 需要将要显示的字段写出来 CREATE 阅读全文
posted @ 2018-05-04 14:15 敌八哥 阅读(317) 评论(0) 推荐(0)