SQL/mySQL 공부
SQL FROM
GREEN나무
2024. 12. 6. 12:15
728x90
from 테이블명
조인, 서브쿼리를 넣기도 함
from (
select *
from tamle1 as t1 join table2 as t2 in t1.name = t2.name
)