Avatar of saul_roldan
saul_roldan

asked on 

adding row to a table mysql-admin

I have a table in my database with incremental order like

1
2
3
4
I will like to add a row let say between 2 and 3 that means that 3 will became 4 etc.  how can I do it?
MySQL ServerMicrosoft Development

Avatar of undefined
Last Comment
saul_roldan

8/22/2022 - Mon