Click here to Skip to main content
15,906,094 members

Comments by Rajiv.net40 (Top 37 by date)

Rajiv.net40 1-Sep-17 7:09am View    
not worked your query.
Rajiv.net40 30-Aug-17 7:16am View    
Deleted
.
Rajiv.net40 30-Aug-17 6:34am View    
finally i have updated my quey and for result i was looking for but there is a problem only it null in req_from_id.

select distinct
tb1.UserID,tb1.f_name,tb1.Designationnm,tb1.Comapny_name,tb2.req_from_id
from Tbl_register tb1
left join
tbl_friend_and_match_request tb2
on
tb1.UserID = tb2.req_from_id
where
Comapny_name like '%a%' or Designationnm like '%Manager%'
Rajiv.net40 30-Aug-17 5:16am View    
i need all users with friend request id in search result from both table.
Rajiv.net40 30-Aug-17 4:35am View    
i dont know how to decide to select one.if u know then tell me or any idea