Forum Moderators: open
(SELECT friend_id AS friend WHERE user_id='1') OR (SELECT user_id AS friend WHERE friend_id='1' AND mutual='y')
I know this dosent work as-is, and yes, i could just run two seperate queries, then join the results together, but i'd like to avoid repeating the code... I'm already making several large queries on this script, and would like to avoid any more...
any help would be greatly appreciated