未捕获到的SyntaxError:“意外令牌{”

时间:2019-01-13 17:20:42

标签: html ajax

我接管了一个html代码,需要对其进行改进。

代码有错误:

jdbc-h2

这用于Ajax。错误是

select t.*,
       sum(addedamount) over (partition by grp order by transactiontime) as runningtotal
from (select t.*,
             sum(case when resetcountind = 0 then 1 else 0 end) over (order by transactiontime) as grp
      from mytable t
     ) t

我将源代码上传到:https://www.dropbox.com/s/g29caunvunmn5cy/dev.html?dl=0

错误代码在第848行

我不知道。谁能帮我?非常感谢!

[此问题已关闭]

1 个答案:

答案 0 :(得分:0)

那不是HTML。

这是一种模板语言(我无法告诉您,其中有几种语法沿行显示),通过适当的模板引擎运行时(带有适当的输入data),它将生成JavaScript

您需要通过模板引擎运行它。