Hi, is there a way how to find out id of the first record in a table? I will explain what I mean. When I insert the first record into a table the id is 1. when I insert next record, the id for this record will be 2. But if I delete the first record, the id of the first record will be 2 .So, I need to find out the id of the first record. Is it possible? Thank you for help L.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---