hi
i have problem with inserting rows into my table....
my table "customer" is
name age phone
-------------------------------------
sam 19 24252
john 67 82737
george 89 23872
here i have a problem. i.e i want the latest inserted row should be in top. i mean latest row should be the first row.
but when i insert new rows it get placed in random position
sometimes ---> at the end of the table i.e last row
sometimes -----> at the begging of the table i.e first row
sometimes -----> middle of the table i.e somewhere in middle rows
how can i avoid this and make the insertion uniformly.
that measn latest inserted row should be in top (first row)
plz help me.
how can i



Reply With Quote

Bookmarks