On Aug 10, 9:57 pm, jp <[email protected]> wrote: > Hi > > Can anyone teach me how to do insert delete and update statement for > GQL > > thanks in advance
You can't. GQL is SELECT-only, and is really only an interface for SQL programmers to create queries using a more familiar interface than db.Query. -- 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.
