Skip to content
No results
  • SQL Pretty Printer
  • General SQL Parser Tutorial
  • Data Lineage Tool
We use cookies to ensure that we give you the best experience on our website.
SQL Pretty Printer
SQL and DATA

SQLFlow Data Lineage Tool

  • SQL Pretty Printer
  • General SQL Parser Tutorial
  • Data Lineage Tool
SQL Pretty Printer
SQL and DATA

How to find out datbase version using SQL query

  • adminadmin
  • December 10, 2009
  • reference, sql

DB2

SELECT versionnumber,
version_timestamp,
Substr(authid, 1, 20)
FROM sysibm.sysversions

MySQL

SELECT Version();

SQL SERVER

SELECT @@VERSION

Oracle

SELECT *
FROM v$version;


Gudu SQLFlow

Posts

  • What Is dbt Column-Level Lineage?
    May 5, 2026
  • Field-Level Permission Checks for Text-to-SQL Systems
    May 5, 2026
  • How to Evaluate SQL Governance Readiness for LLM-Generated Queries
    May 4, 2026
  • LLM SQL Guard Architecture: Parser, Catalog, Policy Engine, Audit Log
    May 4, 2026
  • SQL Semantic Validation for LLM-Generated Queries
    May 3, 2026


List of demos illustrate how to use general sql parser

Related Posts

Why Power BI SQL Comments Break Your DataHub Lineage — and How to Fix It

  • April 19, 2026

Why Your DataHub BigQuery Lineage Silently Breaks on Procedural SQL — and How to Fix It

  • April 18, 2026

Analyzing Oracle PL/SQL Dependencies Before Your Snowflake Migration

  • April 6, 2026

Copyright © 2026 - Gudu Software