下面的指令都是加在插入语句的最后:
PostgreSql : returning id;
SqlServer : select @@IDENTITY as id;
SQLite :select last_insert_rowid() as id;