컴방/SQL 개발자(SQLD)
insert into 여러개
개발자룽
2020. 6. 29. 14:15
insert into InfoUser (UserId, Code)
select UserId, 617 as Code
from InfoUser
group by UserId