Firebolt Documentation home page
Search...
⌘K
Ask AI
Contact us
Book a demo
Book a demo
Search...
Navigation
Conditional and miscellaneous functions
VERSION
Documentation
Firebolt Core
📰 Blog
What is Firebolt?
Overview
Platform capabilities
Overview
Architecture
Pricing and billing
Organizations and accounts
Engine Fundamentals
Data modeling
Data management
Queries
Table and Column Compression
Security
Guides
Run queries
Manage organization
Get started
Operate Engines
SQL Dialect
Load data
Export data
Configure security
Develop with Firebolt
Integrate with Firebolt
Migrate to Firebolt
SQL reference
Data types
Information schema
Operators
SQL commands
SQL functions
Overview
Functions glossary
Aggregation functions
Array functions
Binary functions
Conditional and miscellaneous functions
CASE
CAST
CITY_HASH
COALESCE
GREATEST
HASH
IF
IFNULL
LEAST
NULLIF
TRY_CAST
TYPEOF
VERSION
DataSketches functions
Date and time functions
Geospatial functions
JSON functions
Lambda functions
Numeric functions
Session functions
String functions
Table-valued functions
Vector functions
Window functions
General reference
Release notes
Available regions
System settings
Object identifers
Reserved words
Help menu
API reference
Overview
Synchronous queries
Asynchronous queries
On this page
Syntax
Example
Conditional and miscellaneous functions
VERSION
Reference material for VERSION function
Returns the version number information for the Firebolt engine.
Syntax
Copy
Ask AI
VERSION
()
Example
Copy
Ask AI
SELECT
VERSION
();
Returns
:
3.11.0
TYPEOF
Overview
Assistant
Responses are generated using AI and may contain mistakes.