我试图GROUP_CONCAT在SQL Server 2000中使用该函数,但它返回一个错误:
'group_concat'不是可识别的函数名称"
所以我猜group_concat在SQL Server 2000中还有其他功能吗?你能告诉我它是什么吗?
我正在尝试学习c ++,但是像"cout"和"cin"这样的简单方法不存在这是我的代码:
#include "stdafx.h"
#include <iostream>
int _tmain(int argc, _TCHAR* argv[])
{
cout>>"hello";
return 0;
}
Run Code Online (Sandbox Code Playgroud)
有一个错误,上面写着"错误C2065:'cout':未声明的标识符"
和"智能感知:标识符"cout"未定义"