We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92221a0 commit bac816cCopy full SHA for bac816c
1 file changed
docs/sql.md
@@ -43,7 +43,7 @@ As a worked example, consider the following example table useful for authenticat
43
44
| uid | password | salt | givenName | email |
45
|-----|----------|------|-----------|-------------------|
46
-| bob | ******** | **** | Bob | "bob@example.com" |
+| bob | ******** | **** | Bob | <bob@example.com> |
47
48
and another table (potentially in a completely separate database) which has attributes we want to return:
49
0 commit comments