I have a list named test1 and another list named test2. The fields in test1 are Id, Title, Body and fields in test2 are Id, test1 Id, Title, Body. Now here i want to make a sp query with test2 list to select Title from test1 list where test1 Id is equal to some value (let's say 1)
Can anybody help me to do this by SharePoint list query