0
If I was given 6enteries to a row and and if I need to add in middle of the table what query I must use?
4 Respuestas
+ 4
The question should by why do you need to insert into the middle?
If you need to sort the data use ORDER BY
You should never have to rely on data being in the right order in a database.
+ 1
you can put your data in the middle provided you give it a unique appearance
+ 1
you mean how to add no value then a value an then again nothing?
0
You can do other way around... Put your data in another table... Put your current data... Again put that old data after last row