存储函数 问答列表

存储函数是否回滚整个事务?,文档中是否有错误?

作者:gus 提问时间:5/31/2023

https://dev.mysql.com/doc/refman/8.0/en/commit.html 如果事务中的 SELECT 语句调用存储函数, 如果存储函数中的语句失败,则该语句滚动 返回。...

如何在 nodejs 中将其转换为 postgresql 存储过程

作者:Ashley Ferns 提问时间:12/5/2022

我想将 postgresql 查询更改为 Nodejs 中的存储过程。 app.post("/add", async(req, res) => { try { const { name, emai...


共2条 当前第1页