14 lines
237 B
SQL
14 lines
237 B
SQL
use [test1_AlplaPROD2.0_Read]
|
|
|
|
select
|
|
humanreadableId as addressId
|
|
,ContactEmail as email
|
|
,ContactName
|
|
,ContactPhoneNumber
|
|
,Name
|
|
,Street
|
|
,City
|
|
,ZipCode
|
|
--,*
|
|
from [masterData].[Address] (nolock)
|
|
where humanreadableid = [customerAddress] |