Skip to site navigation (Press enter)
[SQLObject] Select and LIMIT
Helio MC Pereira
Wed, 25 Jan 2006 03:56:04 -0800
Hi,
I want to do a simple "select * from Marcas LIMIT 1,10;".
How can I do this with sqlobject?
Now I'm using this:
"""
allrows = Marcas.select()
rows = allrows[:10]
"""
Thanks,
Helio
Previous message
View by thread
View by date
Next message
Reply via email to
Search the site
The Mail Archive home
sqlobject-discuss - all messages
sqlobject-discuss - about the list
Expand
Previous message
Next message