select로 추려낸 결과를 다른 select - where 문에서 쓰기 위한 방법
[링크 : https://stackoverflow.com/questions/1136380/sql-where-in-clause-multiple-columns]
+
2019.10.04
라는데.. 굳이 이걸 써야 하나 싶긴하네
select * from where (val1_upper, val2_upper) in (select val1,val2 from something)
'프로그램 사용 > postgreSQL' 카테고리의 다른 글
postgresql LEFT JOIN = LEFT OUTER JOIN (0) | 2019.10.01 |
---|---|
다른 테이블과 join 하여 update 하기 (0) | 2019.10.01 |
postgresql 경고? temporary file leak (0) | 2019.09.30 |
unnest()로 regexp_matches()의 {} 벗기기 (0) | 2019.09.30 |
postgresql 콤마 리스트를 열로 분리하기 - unnest() (0) | 2019.09.29 |