gpt4 book ai didi

sql - STRING_AGG 不是可识别的内置函数名称

转载 作者:行者123 更新时间:2023-12-02 06:08:59 41 4
gpt4 key购买 nike

我已下载并安装了 SQL Server 2016。当我尝试使用 STRING_AGG 函数时,收到此错误。这是我的代码:

SELECT STRING_AGG(cast(FieldNumber AS VARCHAR(100)), ',')
FROM Fields

我已安装 SQL Server 2016 和 SP1。还有什么需要我做的吗?这是我正在尝试使用的功能。 String Agg

最佳答案

SQL SERVER 2016 中未引入STRING_AGG

它是在 SQL SERVER 2017 中引入的。在MSDN link您已提供此主题适用于:SQL Server 2017而不是SQL SERVER 2016

在提出问题时,该版本的代号为“vNext”,描述为:

SQL Server vNext represents a major step towards making SQL Server aplatform that enables choices of development languages, data types,on-premises and in the cloud, and across operating systems by bringingthe power of SQL Server to Linux, Linux-based Docker containers, andWindows. SQL Server vNext also includes the features added in SQL Server 2016 service packs

关于sql - STRING_AGG 不是可识别的内置函数名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40923080/

41 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com