mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
CTP 3.2 updates
This commit is contained in:
+2
-2
@@ -90,8 +90,8 @@ AS
|
||||
AND w.wcs_user_sk IS NOT NULL)
|
||||
GROUP BY w.wcs_user_sk
|
||||
) AS q
|
||||
INNER JOIN customer as c ON q.wcs_user_sk = c.c_customer_sk
|
||||
INNER JOIN customer_demographics as cd ON c.c_current_cdemo_sk = cd.cd_demo_sk;
|
||||
INNER JOIN customer_ora as c ON q.wcs_user_sk = c.C_CUSTOMER_SK
|
||||
INNER JOIN customer_demographics as cd ON c.C_CURRENT_CDEMO_SK = cd.cd_demo_sk;
|
||||
GO
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user