sql查看数据库版本
发布时间: 2024-10-24 22:20:35
⑴ 如何查看oracle数据库的版本
你连上之后会有提示
[oracle@cf-dev ~内]$ sqlplus / as sysdba
……
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Proction
With the Partitioning, OLAP, Data Mining and Real Application Testing options
查视容图
SQL> select VERSION from v$instance;
VERSION
-----------------
11.2.0.1.0
⑵ 在SQL中怎么查看版本号
方法一:通过代码
打开sqlserver管理器,连接进入数据库,然后点击“版新建查询”。
⑶ 如何查看sqlserver数据库版本
1、方法一:通过属性来查看版本
第一步打源开sql server数据库,鼠标右键连接对象,选择属性,如下图所示: