Skip to content

Commit c60825d

Browse files
committed
fixing second join statement to reference correct tables
1 parent 7d0bf1c commit c60825d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/06-join.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ The following figure shows how these tables are related.
400400
value of `source_id` in the best neighbor table.
401401

402402
- The blue circles and arrows represent the second `JOIN` operation,
403-
which takes each `original_ext_source_id` in the Gaia table and finds
404-
the same value of `obj_id` in the best neighbor table.
403+
which takes each `original_ext_source_id` in the best neighbor table and finds
404+
the same value of `obj_id` in the PanSTARRS photometry table.
405405

406406
There is no guarantee that the corresponding rows of these tables are
407407
in the same order, so the `JOIN` operation involves some searching.

0 commit comments

Comments
 (0)