Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to:
Databricks SQL
Databricks Runtime
Returns the Apache Spark version.
Use current_version to retrieve the Databricks SQL version.
Syntax
version()
Arguments
The function takes no argument.
Returns
A STRING that contains two fields, the first being a release version and the second being a git revision.
Examples
> SELECT version();
3.1.0 a6d6ea3efedbad14d99c24143834cd4e2e52fb40
> SELECT current_version().dbsql_version;
2022.25
> SELECT current_version().dbr_version;
11.0