Is there OR operator in GQL?
问题 I don't know if this has been asked here. I saw couple of questions on "like" operator but I'm not sure if that's I'm looking for. Sorry I'm a noob at this. But I am moving from MySQL to Google App Engine and was wondering if there was an OR operator in GQL similar to ones in MySQL. Basically what I am trying to achieve is get the login on name via their username or email address. So my query would be something like this. query = db.GqlQuery("SELECT * FROM mytable where username = :name OR