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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,9 @@ LOAD chsql;
25
25
```
26
26
27
27
## Usage Examples
28
-
Once installed, the macro functions provided by the extension can be used just like built-in functions.
28
+
Once installed, the [macro functions](https://community-extensions.duckdb.org/extensions/chsql.html#added-functions) provided by the extension can be used just like built-in functions.
29
+
30
+
Here's a random example out of 100s using the `IPv4StringToNum` and `IPv4NumToString` functions:
0 commit comments