300x250 join1 Database / PostgreSQL JOIN 사용하기. 두 개 이상의 테이블을 결합하여 여러 행을 검색하는 것입니다. SELECT * FROM weather JOIN cities ON (weather.city = cities.name); SELECT * FROM weather LEFT OUTER JOIN cities ON (weather.city = cities.name); 2019. 7. 15. 이전 1 다음 300x250