✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
SELECT ST_ClusterDBSCAN(geom, eps := 100, minpoints := 3) AS cluster_id
FROM points_of_interest
WHERE category = 'restaurant';Що робить цей запит?