SQL查询列号

时间:2019-06-21 10:08:39

标签: sql sql-server

我有一张桌子,上面的信息是:

enter image description here

在这2列中,我需要拉一列,例如“ New Column”,基本上是每个订单的页面序列号。

我尝试了var formData = new FormData(); formData.append("format", "json"); formData.append("url", "http://soundcloud.com/forss/flickermood"); fetch('http://soundcloud.com/oembed', { method: 'POST', body: formData }).then(function (response) { console.log(response); });

但是序列化了整个列,并且没有考虑OrderNumber。

2 个答案:

答案 0 :(得分:2)

您错过了分区

OVER(PARTITION BY OrderNumber ORDER BY Page)

答案 1 :(得分:1)

尝试一下:

gtk_window_set_default_icon_from_file ("b.ico", NULL);