by 이광영 [2004.12.14 11:39:55]
쿼리중에
select ~~ from table
where ~~
and ~~
and not exists(
select 'Y' from table where
~~
)
이런식으로 작성된 것이 있는데
exists안의 select 'Y'는 무슨 의미인가요?