GO语句语法错误,帮忙看看这个sql把,蓝瘦,香菇。。。

新亿 2016-11-02 07:07:30
代码有点 多,有点乱。
只需要,说下大概原理,或者我用什么方式创建一个兼容性较好的 视图创建sql呢。表结构,数据都不用关心,我只想实现用程序自动创建视图结构就可以。


PS:在 sql2012管理器中,执行sql直接是可以的,
但是用net 读取文本,再执行 就报错。。
当然 执行的好几十个sql ,也就这个视图报错。。。




USE [XinYiCMS_v3]
GO

/****** Object: View [dbo].[xyc_ViewContentList] Script Date: 2016-05-16 0:09:34 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

CREATE VIEW [dbo].[xyc_ViewContentList]
AS
SELECT dbo.xyc_Content.ContentId, dbo.xyc_Content.Attribute, dbo.xyc_Content.AbTitle, dbo.xyc_Content.Title,
dbo.xyc_Content.TitleColor, dbo.xyc_Content.Tags, dbo.xyc_Content.Pic, dbo.xyc_Content.AbCon, dbo.xyc_Content.Con,
dbo.xyc_Content.KeyWords, dbo.xyc_Content.Description, dbo.xyc_Content.HtmlFile, dbo.xyc_Content.HrefUrl,
dbo.xyc_Content.Ato, dbo.xyc_Content.Uid, dbo.xyc_Content.AudiTing, dbo.xyc_Content.Views,
dbo.xyc_Content.CustomClassId, dbo.xyc_Content.PageWay, dbo.xyc_Content.AddTime, dbo.xyc_Content.UpDateTime,
dbo.xyc_Content.Build, dbo.xyc_Content.IsCreated, dbo.xyc_Content.IsAllowComment,
dbo.xyc_CustomClass.cc_Name AS cname, dbo.xyc_CustomClass.cc_ID AS cid,
xyc_CustomClass_1.cc_Name AS pname, xyc_CustomClass_1.cc_ID AS pid, dbo.xyc_Content.TempleteId,
dbo.xyc_Content.Usual1, dbo.xyc_Content.Usual2, dbo.xyc_Content.Usual3, dbo.xyc_Content.Usual4,
dbo.xyc_Content.Usual5, dbo.xyc_Content.Usual6, dbo.xyc_Content.Usual7, dbo.xyc_Content.Usual8,
dbo.xyc_Content.Usual9, dbo.xyc_Content.Usual10, dbo.xyc_Content.Usual11, dbo.xyc_Content.Usual12,
dbo.xyc_Content.Usual13, dbo.xyc_Content.Usual14, dbo.xyc_Content.Usual15
FROM dbo.xyc_Content INNER JOIN
dbo.xyc_CustomClass ON dbo.xyc_Content.CustomClassId = dbo.xyc_CustomClass.cc_ID LEFT OUTER JOIN
dbo.xyc_CustomClass AS xyc_CustomClass_1 ON dbo.xyc_CustomClass.cc_P_id = xyc_CustomClass_1.cc_ID

GO

EXEC sys.sp_addextendedproperty @name=N'MS_DiagramPane1', @value=N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
Begin DesignProperties =
Begin PaneConfigurations =
Begin PaneConfiguration = 0
NumPanes = 4
Configuration = "(H (1[56] 4[17] 2[9] 3) )"
End
Begin PaneConfiguration = 1
NumPanes = 3
Configuration = "(H (1 [50] 4 [25] 3))"
End
Begin PaneConfiguration = 2
NumPanes = 3
Configuration = "(H (1 [50] 2 [25] 3))"
End
Begin PaneConfiguration = 3
NumPanes = 3
Configuration = "(H (4 [30] 2 [40] 3))"
End
Begin PaneConfiguration = 4
NumPanes = 2
Configuration = "(H (1 [56] 3))"
End
Begin PaneConfiguration = 5
NumPanes = 2
Configuration = "(H (2 [66] 3))"
End
Begin PaneConfiguration = 6
NumPanes = 2
Configuration = "(H (4 [50] 3))"
End
Begin PaneConfiguration = 7
NumPanes = 1
Configuration = "(V (3))"
End
Begin PaneConfiguration = 8
NumPanes = 3
Configuration = "(H (1[56] 4[18] 2) )"
End
Begin PaneConfiguration = 9
NumPanes = 2
Configuration = "(H (1 [75] 4))"
End
Begin PaneConfiguration = 10
NumPanes = 2
Configuration = "(H (1[66] 2) )"
End
Begin PaneConfiguration = 11
NumPanes = 2
Configuration = "(H (4 [60] 2))"
End
Begin PaneConfiguration = 12
NumPanes = 1
Configuration = "(H (1) )"
End
Begin PaneConfiguration = 13
NumPanes = 1
Configuration = "(V (4))"
End
Begin PaneConfiguration = 14
NumPanes = 1
Configuration = "(V (2))"
End
ActivePaneConfig = 0
End
Begin DiagramPane =
Begin Origin =
Top = -288
Left = 0
End
Begin Tables =
Begin Table = "xyc_Content"
Begin Extent =
Top = 6
Left = 38
Bottom = 492
Right = 224
End
DisplayFlags = 280
TopColumn = 18
End
Begin Table = "xyc_CustomClass"
Begin Extent =
Top = 47
Left = 470
Bottom = 456
Right = 687
End
DisplayFlags = 280
TopColumn = 0
End
Begin Table = "xyc_CustomClass_1"
Begin Extent =
Top = 73
Left = 833
Bottom = 470
Right = 1050
End
DisplayFlags = 280
TopColumn = 0
End
End
End
Begin SQLPane =
End
Begin DataPane =
Begin ParameterDefaults = ""
End
Begin ColumnWidths = 9
Width = 284
Width = 1500
Width = 1500
Width = 1500
Width = 1500
Width = 1500
Width = 1500
Width = 1500
Width = 1500
End
End
Begin CriteriaPane =
Begin ColumnWidths = 11
Column = 1860
Alias = 900
Table = 3435
Output = 720
Append = 1400
NewValue = 1170
SortType = 1350
SortOrder = 1410
GroupBy = 1350
Filter = 1350
Or = 1350
Or = 1350
Or = 1350
End
End
End
' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'VIEW',@level1name=N'xyc_ViewContentList'
GO

EXEC sys.sp_addextendedproperty @name=N'MS_DiagramPaneCount', @value=1 , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'VIEW',@level1name=N'xyc_ViewContentList'
GO

...全文
274 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
中国风 2016-11-02
  • 打赏
  • 举报
回复
这样去掉go

USE [XinYiCMS_v3]

EXEC('
CREATE VIEW [dbo].[xyc_ViewContentList]
AS
SELECT   dbo.xyc_Content.ContentId, dbo.xyc_Content.Attribute, dbo.xyc_Content.AbTitle, dbo.xyc_Content.Title, 
                dbo.xyc_Content.TitleColor, dbo.xyc_Content.Tags, dbo.xyc_Content.Pic, dbo.xyc_Content.AbCon, dbo.xyc_Content.Con, 
                dbo.xyc_Content.KeyWords, dbo.xyc_Content.Description, dbo.xyc_Content.HtmlFile, dbo.xyc_Content.HrefUrl, 
                dbo.xyc_Content.Ato, dbo.xyc_Content.Uid, dbo.xyc_Content.AudiTing, dbo.xyc_Content.Views, 
                dbo.xyc_Content.CustomClassId, dbo.xyc_Content.PageWay, dbo.xyc_Content.AddTime, dbo.xyc_Content.UpDateTime, 
                dbo.xyc_Content.Build, dbo.xyc_Content.IsCreated, dbo.xyc_Content.IsAllowComment, 
                dbo.xyc_CustomClass.cc_Name AS cname, dbo.xyc_CustomClass.cc_ID AS cid, 
                xyc_CustomClass_1.cc_Name AS pname, xyc_CustomClass_1.cc_ID AS pid, dbo.xyc_Content.TempleteId, 
                dbo.xyc_Content.Usual1, dbo.xyc_Content.Usual2, dbo.xyc_Content.Usual3, dbo.xyc_Content.Usual4, 
                dbo.xyc_Content.Usual5, dbo.xyc_Content.Usual6, dbo.xyc_Content.Usual7, dbo.xyc_Content.Usual8, 
                dbo.xyc_Content.Usual9, dbo.xyc_Content.Usual10, dbo.xyc_Content.Usual11, dbo.xyc_Content.Usual12, 
                dbo.xyc_Content.Usual13, dbo.xyc_Content.Usual14, dbo.xyc_Content.Usual15
FROM      dbo.xyc_Content INNER JOIN
                dbo.xyc_CustomClass ON dbo.xyc_Content.CustomClassId = dbo.xyc_CustomClass.cc_ID LEFT OUTER JOIN
                dbo.xyc_CustomClass AS xyc_CustomClass_1 ON dbo.xyc_CustomClass.cc_P_id = xyc_CustomClass_1.cc_ID')



EXEC sys.sp_addextendedproperty @name=N'MS_DiagramPane1', @value=N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00]
Begin DesignProperties = 
   Begin PaneConfigurations = 
      Begin PaneConfiguration = 0
         NumPanes = 4
         Configuration = "(H (1[56] 4[17] 2[9] 3) )"
      End
      Begin PaneConfiguration = 1
         NumPanes = 3
         Configuration = "(H (1 [50] 4 [25] 3))"
      End
      Begin PaneConfiguration = 2
         NumPanes = 3
         Configuration = "(H (1 [50] 2 [25] 3))"
      End
      Begin PaneConfiguration = 3
         NumPanes = 3
         Configuration = "(H (4 [30] 2 [40] 3))"
      End
      Begin PaneConfiguration = 4
         NumPanes = 2
         Configuration = "(H (1 [56] 3))"
      End
      Begin PaneConfiguration = 5
         NumPanes = 2
         Configuration = "(H (2 [66] 3))"
      End
      Begin PaneConfiguration = 6
         NumPanes = 2
         Configuration = "(H (4 [50] 3))"
      End
      Begin PaneConfiguration = 7
         NumPanes = 1
         Configuration = "(V (3))"
      End
      Begin PaneConfiguration = 8
         NumPanes = 3
         Configuration = "(H (1[56] 4[18] 2) )"
      End
      Begin PaneConfiguration = 9
         NumPanes = 2
         Configuration = "(H (1 [75] 4))"
      End
      Begin PaneConfiguration = 10
         NumPanes = 2
         Configuration = "(H (1[66] 2) )"
      End
      Begin PaneConfiguration = 11
         NumPanes = 2
         Configuration = "(H (4 [60] 2))"
      End
      Begin PaneConfiguration = 12
         NumPanes = 1
         Configuration = "(H (1) )"
      End
      Begin PaneConfiguration = 13
         NumPanes = 1
         Configuration = "(V (4))"
      End
      Begin PaneConfiguration = 14
         NumPanes = 1
         Configuration = "(V (2))"
      End
      ActivePaneConfig = 0
   End
   Begin DiagramPane = 
      Begin Origin = 
         Top = -288
         Left = 0
      End
      Begin Tables = 
         Begin Table = "xyc_Content"
            Begin Extent = 
               Top = 6
               Left = 38
               Bottom = 492
               Right = 224
            End
            DisplayFlags = 280
            TopColumn = 18
         End
         Begin Table = "xyc_CustomClass"
            Begin Extent = 
               Top = 47
               Left = 470
               Bottom = 456
               Right = 687
            End
            DisplayFlags = 280
            TopColumn = 0
         End
         Begin Table = "xyc_CustomClass_1"
            Begin Extent = 
               Top = 73
               Left = 833
               Bottom = 470
               Right = 1050
            End
            DisplayFlags = 280
            TopColumn = 0
         End
      End
   End
   Begin SQLPane = 
   End
   Begin DataPane = 
      Begin ParameterDefaults = ""
      End
      Begin ColumnWidths = 9
         Width = 284
         Width = 1500
         Width = 1500
         Width = 1500
         Width = 1500
         Width = 1500
         Width = 1500
         Width = 1500
         Width = 1500
      End
   End
   Begin CriteriaPane = 
      Begin ColumnWidths = 11
         Column = 1860
         Alias = 900
         Table = 3435
         Output = 720
         Append = 1400
         NewValue = 1170
         SortType = 1350
         SortOrder = 1410
         GroupBy = 1350
         Filter = 1350
         Or = 1350
         Or = 1350
         Or = 1350
      End
   End
End
' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'VIEW',@level1name=N'xyc_ViewContentList'

EXEC sys.sp_addextendedproperty @name=N'MS_DiagramPaneCount', @value=1 , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'VIEW',@level1name=N'xyc_ViewContentList'

中国风 2016-11-02
  • 打赏
  • 举报
回复
分多次,按go分次 或用动态去执行

22,209

社区成员

发帖
与我相关
我的任务
社区描述
MS-SQL Server 疑难问题
社区管理员
  • 疑难问题社区
  • 尘觉
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧