Duplicate result

前端 未结 6 1528
走了就别回头了
走了就别回头了 2021-01-24 06:49

I am writing a query in SQL server2005. This is returning me a duplicate rows in the result. Can i eliminate this duplication with a particular column as the key?

6条回答
  •  情歌与酒
    2021-01-24 07:22

    It's possible that your result contains both an associative and a numeric array.

提交回复
热议问题