【发布时间】:2013-04-10 18:32:32
【问题描述】:
我正在使用 webmatrix 在页面中显示一些数据。 此查询在 sql server 2008 中运行良好,但在 WebMatrix 中不运行。
select row_number() over (order by title) as SNO, title from movies
错误:“解析查询时出错。[令牌行号 = 1,令牌行偏移量 = 21,错误令牌 = 超过]”
【问题讨论】:
标签: webmatrix row-number