Skip to content

Commit

Permalink
Fix "WITH" typo in geography.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasPrioul authored Feb 17, 2025
1 parent fb40312 commit a573216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgis-intro/sources/en/geography.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Here's a query to find all the subway stations within 500 meters of the Empire S

.. code-block:: sql
SWITH empire_state_building AS (
WITH empire_state_building AS (
SELECT 'POINT(-73.98501 40.74812)'::geography AS geog
)
SELECT name,
Expand Down

0 comments on commit a573216

Please sign in to comment.