?
USE? [DawnAuthority] GO ? SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADDING ON GO CREATE TABLE [dbo].[tscore]( ?? name varchar(20), subject varchar(20), score int ) ON [PRIMARY] GO SET ANSI_PADDING OFF GO ?insert into [dbo].[tScore] (name,subject,score) values('張三','語文',98) insert into [dbo].[tScore] (name,subject,score) values('張三','數學',80) insert into [dbo].[tScore] (name,subject,score) values('張三','英語',90) insert into [dbo].[tScore] (name,subject,score) values('李四','語文',88) insert into [dbo].[tScore] (name,subject,score) values('李四','數學',86) insert into [dbo].[tScore] (name,subject,score) values('李四','英語',88) insert into [dbo].[tScore] (name,subject,score) values('李明','語文',60) insert into [dbo].[tScore] (name,subject,score) values('李明','數學',86) insert into [dbo].[tScore] (name,subject,score) values('李明','英語',88) insert into [dbo].[tScore] (name,subject,score) values('林風','語文',74) insert into [dbo].[tScore] (name,subject,score) values('林風','數學',99) insert into [dbo].[tScore] (name,subject,score) values('林風','英語',59) insert into [dbo].[tScore] (name,subject,score) values('嚴明','英語',96) /****** Object:? Table [dbo].[Department]??? Script Date: 05/11/2015 23:16:23 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ? ?
更多文章、技術交流、商務合作、聯系博主
微信掃碼或搜索:z360901061

微信掃一掃加我為好友
QQ號聯系: 360901061
您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對您有幫助就好】元
