Hi
I have to create a query similar to the below given one
SELECT id, place_name,
ROUND( SQRT( POW((69.1 * (#Val(arguments.latitude)# - latitude)), 2) +
POW((53 * (#Val(arguments.longitude)# - longitude)), 2)), 1) AS
distance
FROM places
but it seems to me that we cannot select individual elements of table
in select statement
I am being a newbie at python so can anybody tell about creating
dynaic collections so that I can store the calculated distance along
with ID of row and then arrange the collection in ascending order
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to