I have this SQL statement:<br><br><br>drop table #tmp<br>go<br><br>select<br> substring(system_source_descr,1,15) 'Platform',<br> substring(system_id_type,1,15) 'ID_Type',<br> substring(person_source_descr,1,25) 'Person_Source', "ID_Linked" = <br><br>CASE<br> WHEN no_person_flg IS NULL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.