I have a data table as follows.
When I execute the GQL from the Admin Console:
SELECT * FROM DbFeed WHERE broadcasterAccountNames='gmnexuss@gmail.com'
The result I got is only 1 row, which is the one with id=10001. What's wrong with it? Why didn't it return me the one with id=1002 too?