컴방/SQL 개발자(SQLD)

insert into 여러개

개발자룽 2020. 6. 29. 14:15
insert into InfoUser (UserId, Code)
select UserId, 617 as Code
  from InfoUser
 group by UserId

 

저작자표시 비영리 변경금지 (새창열림)