We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437ecff commit 6d26d1eCopy full SHA for 6d26d1e
docs/querying/select-in-depth.md
@@ -207,7 +207,7 @@ SELECT * FROM "users" AS "user" WHERE "user"."createdAt" > CAST('2012-01-01' AS
207
208
### Referring to other attributes
209
210
-If you want to use the value of another attribute, you can use the [`sql.attribue`](./raw-queries.mdx#sqlattribute) function:
+If you want to use the value of another attribute, you can use the [`sql.attribute`](./raw-queries.mdx#sqlattribute) function:
211
212
```js
213
Article.findAll({
0 commit comments