永发信息网

SQL 数据库里输入语句报错: 消息 102,级别 15,状态 1,第 1 行 Incorrect syntax near ','.

答案:3  悬赏:80  手机版
解决时间 2021-01-30 16:34
  • 提问者网友:鐵馬踏冰河
  • 2021-01-29 15:53
SELECt * FROM [BOSS_DB].[dbo].[SO_Raw_All] WHERe [Product_Line_Ops]="TABLET-MIDH", [Created_Month_Ops]="2017-03".
而且"TABLET-MIDH"下面显示红线,提示列名无效 。
求大神帮忙!!!急!!
最佳答案
  • 五星知识达人网友:山有枢
  • 2021-01-29 16:51
SELECt * FROM [BOSS_DB].[dbo].[SO_Raw_All]
WHERe [Product_Line_Ops]='TABLET-MIDH' AND [Created_Month_Ops]='2017-03'字符串是用 单引号 括起来,而不是双引号。
多个条件,根据情况用 AND 或 OR 合起来,而不是用逗号
全部回答
  • 1楼网友:舍身薄凉客
  • 2021-01-29 17:57
select b.string as [string1] ,a.[string2] ,a.[string3] ,a.[string4] into #temp from #tempstr a with(nolock) inner join dbo.table1 b with(nolock) where b.code = a.id dbo..table 中多了一个点
  • 2楼网友:等灯
  • 2021-01-29 17:28
双引号改单引号,多条件用and连接,不用逗号 SELECt * FROM [BOSS_DB].[dbo].[SO_Raw_All] WHERe [Product_Line_Ops]='TABLET-MIDH' and  [Created_Month_Ops]='2017-03'
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯