Skip to content

Commit f8c9234

Browse files
authored
Update README.md
1 parent 9e25540 commit f8c9234

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ LOAD chsql;
2525
```
2626

2727
## 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:
2931

3032
```sql
3133
D INSTALL chsql FROM community;

0 commit comments

Comments
 (0)