The used SELECT statements have a different number of columns (REDUX!!)
There's another question out there similar to this, but it didn't seem to answer my question. My question is this: why am I getting back this error ERROR 1222 (21000): The used SELECT statements have a different number of columns from the following SQL SELECT * FROM friends LEFT JOIN users AS u1 ON users.uid = friends.fid1 LEFT JOIN u...