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 430cba0 commit 5a5de0cCopy full SHA for 5a5de0c
1 file changed
packages/sdk/docs/generator/builtin.md
@@ -75,7 +75,7 @@ createResolver({
75
body: async ({ input }) => {
76
const db = getDB("tailordb");
77
const { rows } = await sql<{ state: string; count: number }>`
78
- SELECT state, COUNT(*)::int AS count
+ SELECT state, COUNT(*) AS count
79
FROM "Supplier"
80
WHERE country = ${input.country}
81
GROUP BY state
0 commit comments