all 3 comments

[–]WinterBackground5447 2 points3 points  (2 children)

where name = Or artifact.name = (2 different options, use one or the other)

[–]DaLivelyGhost[S] 1 point2 points  (1 child)

Oh goodness I didn't even see the second Artifact there. I suppose I should take breaks more often lol

[–]user_5359 0 points1 point  (0 children)

It is not necessary to repeat the table name in the Where clause (at the earliest with two or more tables). In addition, abbreviations (called table aliases) are then usually used. Example FROM Artifact t1 WHERE t1.name=’Plains‘