Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Using Analytics/SQL Server Functions

$
0
0

Replies: 0

I might sound silly but I was wondering if we can use Server Functions in scripts?
My objective is to create a running total column for which I’m trying to use

SUM (col2) OVER (PARTITION BY col1 Order by Col1) As new_col;

But its not seems to be working on upload.


Viewing all articles
Browse latest Browse all 59525

Trending Articles