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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -349,6 +349,10 @@ The `ipcalc` function takes an IP address and netmask and calculates the resulti
349
349
350
350

351
351
352
+
```sql
353
+
SELECT*FROM ipcalc('192.168.1.0/24');
354
+
```
355
+
352
356
It's a table function that provides various details about IP addresses, including:
353
357
354
358
- Address
@@ -385,7 +389,7 @@ D SELECT i.IP,
385
389
You can use the `netquack_version` function to get the extension version.
386
390
387
391
```sql
388
-
D select*from netquack_version();
392
+
D SELECT*FROM netquack_version();
389
393
┌─────────┐
390
394
│ version │
391
395
│ varchar │
@@ -422,4 +426,4 @@ Don't be shy and reach out to us if you want to contribute 😉
422
426
423
427
## Issues 🐛
424
428
425
-
Each project may have many problems. Contributing to the better development of this project by reporting them. 👍
429
+
Each project may have many problems. Contributing to the better development of this project by [reporting them](https://github.com/hatamiarash7/duckdb-netquack/issues). 👍
0 commit comments