Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习 SQL。我正在尝试获取所有保存点列表。那么哪个命令用于获取数据库/表中的所有保存点列表?我试过 SHOW SAVEPOINTS 但它不起作用。
保存点仅存在于事务期间,在该事务中。据我所知,没有办法列出它们;由于您处于创建它们的代码的中间,因此您应该已经知道它们的名称。