Skip to content

Instantly share code, notes, and snippets.

@n-tran
Created June 14, 2013 01:18
Show Gist options
  • Save n-tran/5778747 to your computer and use it in GitHub Desktop.
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
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