How to check Teradata Database version

Queries below return database version information.

Query

SELECT  InfoData AS Version
FROM    DBC.DBCInfoV
WHERE   InfoKey = 'VERSION';

Columns

  • Version - version of Teradata Database

Rows

Query returns one row with Teradata Database version.

Sample results

Comments are only visible when the visitor has consented to statistics cookies. To see and add comments please accept statistics cookies.
0
There are no comments. Click here to write the first comment.