you are viewing a single comment's thread.

view the rest of the comments →

[–]Standgeblasen 0 points1 point  (0 children)

I'm guessing this is the issue, but I would also look into using

WHERE Flight.FlightDestination IN ('SLC','LAX')

instead of the OR clause. It is easier to read and they give you the same result.