「PostgreSQL入門」RETURNINGリストの構文をするサンプル

2018年5月26日

サンプルコード:
INSERT INTO student (stuid, address,phone,memo) VALUES (nextval('student_id_seq’), 'tokyo’,’xxx’,’this is memo’)
RETURNING stuid;

Java

Posted by arkgame