Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Issue with IS NOT NULL in a join

$
0
0
If I use this:

[code language="sql"]LEFT JOIN
[TSI].[ZATS_BROKER_FEED] Z on L.Part_Num = Z.Composite_part and Z.[SUB_ORG] = 'FORD' and Z.created_date > Getdate() - 400[/code]


I get 7

Viewing all articles
Browse latest Browse all 3145

Trending Articles