| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Paul DuBois | Date: | July 21 1999 2:32am |
| Subject: | Re: [Q]the values are accumulated like below | ||
| View as plain text | |||
>hi? everybody >I am Park. > >No field is auto_increasement. >When i insert data after "delete from inform where no > 1" >the values are accumulated like below; >------ >no >---- >1 >10 >9 >8 >7 >6 >. >. >. >-------- >Why was new no displayed like that? >I would like to keep in as follows; >------ >no >-- >1 >2 >3 >4 >5 Then you should use an ORDER BY clause when you retrieve the values. -- Paul DuBois, paul@stripped
| Thread | ||
|---|---|---|
| • [Q]the values are accumulated like below | park seoung hong | 21 Jul |
| • Re: [Q]the values are accumulated like below | Paul DuBois | 21 Jul |
