Created
June 14, 2013 01:18
-
-
Save n-tran/5778747 to your computer and use it in GitHub Desktop.
stage.dbo.d_janssenBday's provider_id not existing in mip_portal.dbo.provider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use stage | |
go | |
select * | |
from d_janssenBday | |
where ProviderID not in (select provider_id from mip_portal.dbo.provider where project_id = 38) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment