Posted by J.O. Aho on 10/07/00 11:39
madsgormlarsen@gmail.com wrote:
> Insert row beteewn to old rows. I have a database and I need a certain
> order of the rows, and would like to insert a row between tod old rows.
> Can that be done?
>
> I use phpmyadmin and i belive i once saw such a feature, but I can't
> find it now.
>
> (I know your not supposed to use the order in the database)
INSERT places the new row last, if you want it to come out in a different way
you have to change your SELECT query to sort the rows in the order you want
them to be.
//Aho
Navigation:
[Reply to this message]
|