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
title: Workers Analytics Engine now supports additional SQL functions
3
-
description: Workers Analytics Engine now supports additional SQL functions including mathematical operations, advanced string manipulation, and improved documentation structure.
4
-
date: 2025-09-26
3
+
description: Workers Analytics Engine now supports additional SQL functions including new mathematical operations, aggregate functions, and bit functions!
4
+
date: 2025-10-02
5
5
products:
6
6
- workers-analytics-engine
7
7
---
8
+
You can now perform more powerful queries directly in [Workers Analytics Engine](https://developers.cloudflare.com/analytics/analytics-engine/) with a major expansion of our SQL function library.
8
9
9
-
We've expanded the SQL capabilities of Workers Analytics Engine with several new functions:
10
+
Workers Analytics Engine allows you to ingest and store high-cardinality data at scale (such as usage-based billing data per customer) and query your data through a simple SQL API.
10
11
11
-
**New aggregate functions:**
12
+
Today, we've expanded Workers Analytics Engine's SQL capabilities with several new functions:
-`hex()` - Converts a number to its hexadecimal representation
48
49
-`bin()` - Converts a string to its binary representation
49
50
50
-
**New type conversion functions:**
51
+
[**New type conversion functions:**](https://developers.cloudflare.com/analytics/analytics-engine/sql-reference/type-conversion-functions/)
51
52
-`toUInt8()` - Converts any numeric expression, or expression resulting in a string representation of a decimal, into an unsigned 8 bit integer
52
53
53
-
To get started, checkout out our docs to read more on newly added and existing [Workers Analytics Engine SQL functions](/analytics/analytics-engine/sql-reference/).
54
+
55
+
## Ready to get started?
56
+
Whether you're building usage-based billing systems, customer analytics dashboards, or other custom metrics, these additions provide the functions you need to get the most out of your data. [Get started ](/analytics/analytics-engine/get-started/) with Workers Analytics Engine and explore all available functions in our [SQL reference documentation](/analytics/analytics-engine/sql-reference/).
0 commit comments