my first thought is to get the all the rows containing each wordid in the query list and finding the sourceids in common among the individual sets of rows for each wordid.
how do i go about doing the latter part using gql? thanks. On Jan 4, 2:32 pm, dhruvg <[email protected]> wrote: > i have a table which contains the following fields: > > wordid > location > sourceid > > this kind of row in the table indicates that there is a sourceid which > contains a word with worid at the location location. > > given a query which is a list of wordids i want to find the sourceids > which contain all the wordids in the list. > > can someone help me make such a query in gql syntax? > > thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
