开发者

What's the difference between MySQL's AUTO_INCREMENT and PEAR DB's nextID? [closed]

开发者 https://www.devze.com 2023-03-22 07:26 出处:网络
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
Closed. This question needs details or clarity. It is not currently accepting answers.

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 8 years ago.

Improve this question

Is there an 开发者_开发百科advantage of one over the other? Thanks.


First: PEAR DB should not be used anymore. Use MDB2 instead.

Seconds: nextId works on all DBMS, not only MySQL.

0

精彩评论

暂无评论...
验证码 换一张
取 消