Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Oct 1, 2024
1 parent 9e25540 commit f8c9234
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ LOAD chsql;
```

## Usage Examples
Once installed, the macro functions provided by the extension can be used just like built-in functions.
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.

Here's a random example out of 100s using the `IPv4StringToNum` and `IPv4NumToString` functions:

```sql
D INSTALL chsql FROM community;
Expand Down

0 comments on commit f8c9234

Please sign in to comment.