suppose i have two records in a mysql database table for example
id info position
1 hello 1
2 good 2
after wards i want to insert a a record in between id 1 and id 2, how do i go about doing that using the position. help please
id info position
1 hello 1
2 good 2
after wards i want to insert a a record in between id 1 and id 2, how do i go about doing that using the position. help please
Comment