This is maybe more of a curiosity than a problem.
I'm return a SQL column to populate a dropdown list. Oddly, I was expecting to need to filter the returned results since the table contains two records with the same value. However, I ran the lookup just to make sure I got results at all, and I did, but it only returned the unique values.
Does Forms filter results to unique records by default?