是否可以显示Sybase Adaptive Server Enterprise 12.5.4中的当前隔离配置集?
如果是这样,那么我如何显示它呢?
发布于 2012-09-13 17:55:06
尝试从@@isolation变量中选择:
select @@isolation您还可以阅读this。上面写着:
The current isolation level for a session
can be determined with the global variable @@isolation.https://stackoverflow.com/questions/12403317
复制相似问题