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: pages/surrealdb-cli-multi-counter.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ if 2 < args.len() {
121
121
I guess this is the heart of the program where we fetch the current value of the counter using an `INSERT` statement that
122
122
will either `CREATE` a new record or `UPDATE` and existing one. This will only work because we have defined the `INDEX` to be `UNIQUE`.
123
123
124
-
Thanks to Beryl on the SurrealDB Discord server for a much shorter and better solution than the one I wrote originally.
124
+
Thanks to Beryl on the [SurrealDB Discord server](https://surrealdb.com/community) for a much shorter and better solution than the one I wrote originally.
0 commit comments