码迷,mamicode.com
首页 > 数据库 > 详细

不同数据库查看数据库版本的方法

时间:2019-02-01 12:23:26      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:sel   acl   ice   14.   postgres   ISE   pos   nbsp   select   

1. Oracle数据库

select *from v$version

结果一般为:

Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
PL/SQL Release 11.2.0.4.0 - Production
CORE    11.2.0.4.0    Production
TNS for 64-bit Windows: Version 11.2.0.4.0 - Production
NLSRTL Version 11.2.0.4.0 - Production

 

2. Sqlserver数据库

select @@version

一般的结果为:

Microsoft SQL Server 2017 (RTM) - 14.0.1000.169 (X64) 
    Aug 22 2017 17:04:49 
    Copyright (C) 2017 Microsoft Corporation
    Enterprise Edition: Core-based Licensing (64-bit) on Windows Server 2019 Datacenter 10.0 <X64> (Build 17763: ) (Hypervisor)

3. PG数据库的方式:

select * from version();

一般的结果为:

PostgreSQL 10.4, compiled by Visual C++ build 1800, 64-bit

 

不同数据库查看数据库版本的方法

标签:sel   acl   ice   14.   postgres   ISE   pos   nbsp   select   

原文地址:https://www.cnblogs.com/jinanxiaolaohu/p/10344871.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!