When I try to use WHERE word = "a"
there is only 1 row returned when in fact there are 2 rows with the word "a". As you can see in the second picture there is also another "a" with the id = 1. How can I query both of them?
Only 1 row is returned with WHERE word = "a"
There are actually 2 rows with for the word "a"
UPDATE: They actually have different length, one 1 and the other 2.