sqlite3 update column with rollling average

后端 未结 0 480
臣服心动
臣服心动 2020-12-15 10:15

I want to update a column with the rolling average of the product of two other columns, all in the one table.

create table tb (code str, date str, cl float, v         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题