如何在GQL(谷歌查询语言)中实现这一点

omg*_*omg 2 mysql google-app-engine gql

在MySQL中它就像:

select*from table1 where column1 in('a','b','c');

如何在GQL中做到这一点?