问答交流
评论
  • 不要只传入某一天的日期(WHERE date = '2025-06-11'),因为计算因子时会用到时序窗口数据,你可以试试WHERE date >= '2025-01-11'
{link}