Write a SQL query to calculate the distance between London and Paris. The calculation must be done using geospatial functions. The result must be in kilometers and rounded to an integer. Output one column:
- london_to_paris_distance — the distance between the cities in kilometers.
Write your request in the field below and click the "Check it!" button.
Use PostGIS (PostgreSQL) syntax to write your answer. Descriptions of tables are provided at the bottom of the screen.