New column computed from another columns in the declaration - Views - SqlAlchemy

后端 未结 0 1201
情话喂你
情话喂你 2020-12-21 19:46

I have this class to create a materialized view in PostgreSQL:

class TotalProfit(ExecutionsBase):
    stmt = (
        select(
            [
                T         


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