postgresql에서 insert하고 id 리턴받기


postgresql에서 insert하고 id 리턴받기

INSERT INTO Table1 (name) VALUES ('a_title') RETURNING id 위와 같이 RETURNING을 붙여준다. 출처 : http://stackoverflow.com/questions/6560447/can-i-use-return-value-of-insert-returning-in-another-insert...

postgresql에서 insert하고 id 리턴받기에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


#IT·컴퓨터

원문링크 : postgresql에서 insert하고 id 리턴받기