I need to create a table in MySQL that will have indexes for each row , and when I insert records they will be inserted at the tail of the table.
And I will be able to make queries by row numbers.
Can you give me an example how to do so ?
Thanks for help.
This is how you create a table:
Read more on mysql here and here