Partition BY for running totals

Partition BY for running totals

Does Zoho SQL support any version of PARTITION BY? I see that SUM(VALUE) OVER (ORDER BY Column1 DESC) works, but not anything that includes a partition before the Order By clause. I know you can get a running total in pivot tables, but I need a column in a query table.