Ambiguous column name error

前端 未结 5 2149
孤街浪徒
孤街浪徒 2020-12-07 01:48

When executing the following (complete) SQL query on Microsoft SQL Server 2000:

SELECT B.ARTIFACTTNS, B.ARTIFACTNAME, B.ARTIFACTTYPE, B.INITIALBYTES, B.TIMES         


        
5条回答
  •  失恋的感觉
    2020-12-07 01:49

    Are you listing the complete query? Perhaps you have also ORDER BY clause - that could cause that problem

    I would support Dave on that that there should be no problem with the posted query

提交回复
热议问题