"select * from visitor where (( vid in (SELECT accept FROM [friend] where application = ? and acceptance=1 ) or vid=?) or ( vid in (SELECT application FROM [friend] where accept = ? and acceptance=1)))";
ms sql문으로 된 쿼리문인데 mysql로 변경이 필요해요..
좀 부탁드립니다.
mysql에서도 똑같이 하시면 됩니다.
단. 서브쿼리가 되지 않는 버전(4.1이하)은 안되겠지요.
서브쿼리가 안될시 힙(heap) 테이블을 사용해야 되겠네요