English 中文(简体)
标签:的问答
按报表SQL组
原文:Group By Statement SQL

此选择语句提供数量为 : -Same CatCode -Same CatName 但有不同的销售_ Amt 选择 p.CatCode, p.CatName, s.sales_ Amt from A3_Dw_Prod p, A3_Dw_saless order by p.Dw_Prod_Id...

SQL错误 : "没有主键 或候选键 在引用的表格..."
原文:SQL ERROR : "There are no primary or candidate keys in the referenced table..."

Im 使用 SQL 服务器 2008 。 当我试图创建表格 Dossier_ financement : 创建表格 Dossier_ financement (ID_ reunion 整数外国密钥引用 Reunion (...)) 时, 我正错误地尝试创建表格 Dossier_ financement : 创建表格 Dossier_ finance (ID_ Reunion 整数外国密钥引用 Reunion (...)

热门标签