help wantedpriority/P4type/compatibilitytype/usability
倉庫指標
- Star
- (40,090 star)
- PR 合併指標
- (平均合併 14天 4小時) (30 天內合併 346 個 PR)
描述
Bug Report
Please answer these questions before submitting your issue. Thanks!
- What did you do? If possible, provide a recipe for reproducing the error.
SELECT i, j, SUM(i+j) OVER (ORDER BY jj DESC ROWS UNBOUNDED PRECEDING) foo FROM t;
jj is a column name from table t.
- What did you expect to see?
Unknown column 'jj' in 'window order by'
- What did you see instead?
Unknown column 'jj' in 'field list'
- What version of TiDB are you using (
tidb-server -Vor runselect tidb_version();on TiDB)?