DECLARE @PersonAddress TABLE
(
PiD int,
Address1 varchar(50),
Address2 varchar(50)
)
INSERT INTO @PersonAddress (PiD, Address1, Address2)
SELECT 1, '123 ABC St', 'Suite 201' UNION ALL
SELECT 1, '123 XYZ St', 'Suite 201' UNION ALL
SELECT 1, '123 Cookie St', 'Suite 201' UNION ALL
SELECT 1, '123 ABC St', 'Suite 201' UNION ALL
SELECT 1, '123 ABC St', 'Suite 301' UNION ALL
SELECT 2, '457 Marvel St', 'Suite 1001' UNION ALL
SELECT 2, '1 DownTown Lane', '' UNION ALL
SELECT 3, '2 Busy Rd', 'Apt 2001' UNION ALL
SELECT 3, '2 Busy Ave', 'Apt 20' UNION ALL
SELECT 3, '2 Busy Ave', 'Apt 20' UNION ALL
SELECT 4, '10 CutOver Lane', 'Suite 201' UNION ALL
SELECT 4, '10 CutOver Lane', 'Suite 301' UNION ALL
SELECT 4, '10 CutOver Lane', 'Suite 401' UNION ALL
SELECT 5, '10 CutOver Lane', 'Suite 201' UNION ALL
SELECT 5, '10 CutOver Lane', 'Suite 301'
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.