摘要:
错误1 The view 'Index' or its master was not found or no view engine supports the searched locations. The following locations were searched原因:文件夹的地址,和控制... 阅读全文
摘要:
在平常的工作中或者面试中,我们可能有遇到过数据库的纵横表的转换问题。今天我们就来讨论下。1.创建表 首先我们来创建一张表。sql语句: 1 --1. 创建数据表 2 if OBJECT_ID('Score') is not null drop table Score 3 4 create t... 阅读全文