我想获取以下查询的结果并对 NAME_UD_AFFILIATIONS 执行更新并将 Member_Status 字段设置为 N。
我正在使用 SQL Server Management Studio 2005 Ver。Windows 7 上的 9.0
SELECT *
FROM NAME
INNER JOIN Name_UD_Affiliations ON NAME.ID=Name_UD_Affiliations.ID
WHERE
NAME_UD_AFFILIATIONS.Member_Status='R' and
Name.Join_Date > '2012-9-1' and
Name.Paid_Thru > '2013-09-01'