Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Here is my query:

SELECT uid,name FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1=582312312)

and here is the error:

(NoIndexFunctionException - #604) Can't lookup all friends of 582312312 due to user's privacy settings.

thank You for help
Posted
Comments
[no name] 7-Aug-14 9:36am    
What sort of "help" would you expect? Get user 582312312 to change their privacy setting.

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