lets say you have a table like this

id   |   data0   |   data1   |   ...
0    |   xxxxx   |   yyyyy   |   ...
1    |   xxxxx   |   yyyyy   |   ...
2    |   xxxxx   |   yyyyy   |   ...
3    |   xxxxx   |   yyyyy   |   ...
4    |   xxxxx   |   yyyyy   |   ...
7    |   xxxxx   |   yyyyy   |   ...

what if when i performed an INSERT query again, i wanted that id to NOT be
8, but
be 5 since it's the lowest available id.  what would i do?


_________________________________
daniel a. g. quinn
starving programmer

fools in a country delay the independence of its people
  - jomo Kenyatta



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to