๐Ÿ‘จ‍๐Ÿ’ป kimtongting

#์‹œํ€€์Šค ์ƒ์„ฑ

create sequence TB_Board_SEQ 
start with 1 
increment by 1 
cache 10; 

#์‹œํ€€์Šค ์ถ”๊ฐ€

INSERT INTO TB_BOARD VALUES(nextval('TB_BOARD_SEQ'), ....);

#์‹œํ€€์Šค ์ดˆ๊ธฐํ™”

ALTER SEQUENCE TB_USER_SEQ RESTART WITH 1;
๋ฐ˜์‘ํ˜•
profile

๐Ÿ‘จ‍๐Ÿ’ป kimtongting

@kimtongting ์ž…๋‹ˆ๋‹ค

ํฌ์ŠคํŒ…์ด ์ข‹์•˜๋‹ค๋ฉด "์ข‹์•„์š”โค๏ธ" ๋˜๋Š” "๊ตฌ๋…๐Ÿ‘๐Ÿป" ํ•ด์ฃผ์„ธ์š”!