Skip to content

Commit 8bb1e23

Browse files
authored
Merge pull request #3181 from marcandrelarochelle/main
Fix Typo in the Postgres Query (Limit)
2 parents c1b5b0b + 0801de4 commit 8bb1e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/integrations/data-ingestion/dbms/postgresql/rewriting-postgres-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ WHERE (PostTypeId = 1) AND (OwnerDisplayName != '')
4444
GROUP BY OwnerDisplayName
4545
HAVING COUNT(*) > 10
4646
ORDER BY total_views DESC
47-
LIMIT 10;
47+
LIMIT 5;
4848

4949
ownerdisplayname | total_views
5050
-------------------------+-------------

0 commit comments

Comments
 (0)