From dbbff9b5c753538df047c31018acb1d501c0c6ea Mon Sep 17 00:00:00 2001 From: Azalee Bostroem Date: Mon, 8 Dec 2025 17:16:42 -0700 Subject: [PATCH] added back in 'in' and added commas to make it a little more clear --- episodes/06-join.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/06-join.md b/episodes/06-join.md index 2c7febe6..c47ab6f7 100644 --- a/episodes/06-join.md +++ b/episodes/06-join.md @@ -170,8 +170,8 @@ in the Pan-STARRS catalog. To do that we will: -1. Use the `JOIN` operator to look up each Pan-STARRS `obj_id` for the stars - we are interested in the `panstarrs1_best_neighbour` table using the `source_ids` +1. Use the `JOIN` operator to look up each Pan-STARRS `obj_id`, for the stars + we are interested in, in the `panstarrs1_best_neighbour` table using the `source_ids` that we have already identified. 2. Use the `JOIN` operator again to look up the Pan-STARRS photometry for these stars