You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/sql/dql_statements.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1318,12 +1318,14 @@ Returns the current license type, quota values, expiration date, and grace statu
1318
1318
1319
1319
| Column | Description |
1320
1320
|--------|-------------|
1321
-
|`license_type`| Current license tier (Community, Pro, Enterprise). Shows "(degraded)" suffix if the license was degraded from a higher tier. |
1321
+
|`license_type`| Current license tier (Community, Pro, Enterprise). Shows "(trial)" suffix for trial licenses, "(degraded)" suffix if degraded from a higher tier. |
1322
+
|`trial`|`true` if the license is a Pro trial, `false` otherwise |
1322
1323
|`max_materialized_views`| Maximum number of materialized views allowed, or "unlimited" |
1323
1324
|`max_clusters`| Maximum number of federated clusters allowed, or "unlimited" |
1324
1325
|`max_result_rows`| Maximum rows returned per query, or "unlimited" |
1325
1326
|`max_concurrent_queries`| Maximum concurrent queries allowed, or "unlimited" |
1326
1327
|`expires_at`| License expiration timestamp, or "never" for Community |
1328
+
|`days_remaining`| Days until expiration, or -1 for Community (no expiry) |
1327
1329
|`status`| "Active", or grace period details if expired |
1328
1330
1329
1331
**Example:**
@@ -1332,9 +1334,9 @@ Returns the current license type, quota values, expiration date, and grace statu
0 commit comments