Hi,
-- whats the GQL
-- i herad SQl
GQL stands for Google Query Language, its basically has the short version
of SQL. You can perform the CURD operation by using GQL, there are limitations
on it like you can not use the inequality operations in that. You can fetch
2000 records in one go. You can not have more then 100 filters in single query.
Just visit google app engine page all details are mentioned there.
Best Regards,
Zeeshan Mirza.
Best Regards,
Zeeshan Mirza
*** Message Has Been Sent from BlackBerry ***
-----Original Message-----
From: Geoffrey Spear <[email protected]>
Sender: [email protected]
Date: Fri, 13 Aug 2010 03:39:57
To: Google App Engine<[email protected]>
Reply-To: [email protected]
Subject: [google-appengine] Re: GQL Query
On Aug 11, 1:41 pm, Karan Malhotra <[email protected]> wrote:
> whats the GQL
> i herad SQl
GQL is a limited subset of SQL that allows you to write SQL-style
SELECT queries to get entities from the datastore. See
http://code.google.com/appengine/docs/python/datastore/gqlreference.html
--
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.
--
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.