Oracle未明肯定義列問題

執行下面語句會發生如題的錯誤: spa

select * from (select row_number() over(order by t1.id desc) rn,t1.id,t1.id,t1.processid,t1.content,t1.pubDate,t1.description,t1.creatBy,t1.createTime,t1.auditState from T_PR_MAGAZINE t1
 ) where rn>=0 ip

百度仍不得其解,最終發現是由於多寫了一個t1.id,去掉後正常,記錄一下,但願對遇到一樣問題的人有幫助^^ it

相關文章
相關標籤/搜索