I have sample data in Sql table in the following format
CREATE TABLE #tempA
( HomeId int IDENTITY PRIMARY KEY, City nvarchar(20),