Hi,
I have a table with primary key name "product_id" with values for primary
snp1
snp2
snp3
...
snp12
Using phpadmin when i insert a record last record inserted comes at the the last (bottom)
I have another table with same primary key name
but when i insert a record (snp12) something like this happens
snp1
snp12
snp2
snp4
snp5
snp12 instead of going at the end gets inserted after snp1
I don't know why?
Thanks
I have a table with primary key name "product_id" with values for primary
snp1
snp2
snp3
...
snp12
Using phpadmin when i insert a record last record inserted comes at the the last (bottom)
I have another table with same primary key name
but when i insert a record (snp12) something like this happens
snp1
snp12
snp2
snp4
snp5
snp12 instead of going at the end gets inserted after snp1
I don't know why?
Thanks