gpt4 book ai didi

sql - 如何在 HSQL 中返回最后插入(自动递增)的行 ID?

转载 作者:行者123 更新时间:2023-12-04 16:40:33 24 4
gpt4 key购买 nike

我正在使用 HSQL 数据库进行测试。我想要独立的数据库文件。
但现在我很难在 HSQL 中获取最后插入的行 ID(自动增量 - 身份)。我怎样才能得到身份证??

最佳答案

http://www.hsqldb.org/doc/guide/ch09.html

the last inserted value into an identity column for a connection is available using the function IDENTITY(), for example (where Id is the identity column):

INSERT INTO Test (Id, Name) VALUES (NULL,'Test');
CALL IDENTITY();

关于sql - 如何在 HSQL 中返回最后插入(自动递增)的行 ID?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10353405/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com