카테고리 없음
mssql 기존 DB에 순서(seq) 값 추가하기
SeoHW
2021. 4. 19. 16:03
반응형
alter table vw_intf_hrinfo add seq int identity(1,1);
컬럼 seq 추가와 seq값도 자동으로 들어간다
반응형