Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelacruzb committed May 22, 2024
1 parent 71e7a69 commit 58132e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clouds/snowflake/native_app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Please refer to CARTO's [SQL reference](https://docs.carto.com/data-and-analysis
Returns an array with all the H3 cell indexes **with centers** contained in a given polygon.

```
SELECT carto.H3_POLYFILL(
SELECT CARTO.CARTO.H3_POLYFILL(
TO_GEOGRAPHY('POLYGON ((30 10, 40 40, 20 40, 10 20, 30 10))'), 4);
-- 842da29ffffffff
-- 843f725ffffffff
Expand Down

0 comments on commit 58132e5

Please sign in to comment.