Hi,
I don't know how to do what I need to, so I will just describe what I require and maybe someone else will explain how I do it.
I'd like a field in my database to identify records. I would like the field to contain the row number.
For example, this field would equal 1 for my first record, 2 for my second and 3 for my third etc.
I did try auto_increment but it appears that if I have 3 records and I remove the first, the numbers don't adjust accordingly, leaving me with 2 and 3 respectively.
I hope this makes sense and thank you for any time you spend on my query.
Carl
(carl@wolsey.info)