On Mon, Apr 14, 2008 at 12:53 PM, skp_999 <[EMAIL PROTECTED]> wrote:
>
>  with this code :
>
>  $ordine = "IDlink DESC"
>  querysudb1 = web.query("SELECT IDlink FROM Links  WHERE a = 1 ORDER BY
>  $ordine LIMIT  0,10", vars = locals())

web.select('IDlink', where='a=1', order='idlink desc', limit=10)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to