Hi everyone,

Django/python newbie but I'm enjoying it so far!

Quick question:

How would I write this

SELECT * FROM aggregator_feeditems WHERE feed_id = 1 ORDER BY feed_id
LIMIT 0,7

in either a view or template where the feed_id value would be updated
in a loop?

Thanks!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to