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.
2 parents cba9548 + d0beffe commit 9227f95Copy full SHA for 9227f95
knowledgebase/calculate-pi-using-sql.mdx
@@ -106,7 +106,7 @@ SELECT 22 / 7
106
└───────────────────┘
107
```
108
109
-8. Another indirect mehthod (this one came from Alexey Milovidov) that is accurate to 7 decimal places - and it's quick:
+8. Another indirect method (this one came from Alexey Milovidov) that is accurate to 7 decimal places - and it's quick:
110
111
```sql
112
WITH
@@ -125,4 +125,4 @@ FROM numbers_mt(1000000000.)
125
126
:::note
127
If you have any more, we'd love for you to contribute. Thanks!
128
-:::
+:::
0 commit comments