php – 让MySQL自动增加id(re)从1开始

前端之家收集整理的这篇文章主要介绍了php – 让MySQL自动增加id(re)从1开始前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

“BIG” UPDATE:

Ok I was getting the whole
auto-increment point wrong. I though
this would be an easier way to target
the first,second,third and so row,
but it is just the wrong approach.

You should instead care about that the
auto_increments are unique and well…
that they increment. You should use
the for that.

I wont delete this question because I
think it might be helpful for someone
else with the same wrong idea,BUT
BE WARNED!
原文链接:https://www.f2er.com/php/134814.html

猜你在找的PHP相关文章