DataSet TableAdapter throwing OVER SQL construct or statement not supported

后端 未结 2 1733
攒了一身酷
攒了一身酷 2021-01-22 18:38

I have a t-sql query written with this sample help.

SELECT  t.gName AS \'Product\'
, isnull(SUM(CASE WHEN t.Col = 1 THEN t.Quantity END),0) AS \'180ml\'
, isnull(         


        
2条回答
  •  天涯浪人
    2021-01-22 19:30

    The ADAPTER isnt able to create the diagram for the script. Right click, goto Panes, disselect the Diagram... and that's it! it runs :)

提交回复
热议问题