ryanarnold

hv_labgen_physicians_npi_v dll

Jul 12th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.35 KB | None | 0 0
  1. CREATE  VIEW "HV_LABGEN_PHYSICIANS_NPI_V" AS
  2.   select    a.source_clinic,
  3.     a.recnum,
  4.     a.name,
  5.     a.title,
  6.     a.npi,
  7.     b."GROUP"       AS npi_sales_group,
  8.     b.from_date,
  9.     b.to_date,
  10.         b.longitude,
  11.         b.latitude
  12. from    hv_labgen_clients   a
  13. left join    hv_d_npi_list       b
  14. on   b.referring_provider_npi     =   a.npi;
Advertisement
Add Comment
Please, Sign In to add comment