Click here to Skip to main content
15,916,180 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
SQL
select profile ,Specialization as platfrom from TM_Profile
inner join dbo.TM_Specialization on TM_Profile.ProfileID=TM_Specialization.ProfileID

SELECT distinct Reference_Skills.SkillLookupValue as skills FROM Reference
join Reference_Skills on Reference.LookupID=Reference_Skills.SkillLookupKey
join TM_UserAttributeValue on  Reference_Skills.SkillLookupValue=TM_UserAttributeValue.AttributeValue
where Reference.lookupkey='Platform'  and AttributeKeyType ='Skill'
Posted
Comments
Member 10501509 30-Apr-14 5:16am    
Execepted Output
Profile Specialization Reference_Skills.SkillLookupValue as skill
Database deve MSSQL Microsoft SQL Server 2005
Member 10501509 30-Apr-14 5:16am    
Its very Urgent

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900