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.
确定 Sybase SQL Anyware 版本的查询或命令是什么?
我使用sqlsh + freetds作为交互式客户端(在 Emacs 中)。
对于数据库,您可以使用SYSHISTORY 系统视图来找出创建数据库的版本。
select version from SYSHISTORY where object_id = OBJ_ID_OF_DB
如果您的数据库是从早期安装迁移的,并且没有显示您期望的版本号,您可能只需创建一个小型数据库,然后查看版本历史信息。