/ Published in: SQL
Expand |
Embed | Plain Text
SELECT TABLE_NAME, AUTO_INCREMENT FROM `information_schema`.`TABLES`
You need to login to post a comment.
willbolton on 08/07/10
1 person have marked this snippet as a favorite
SELECT TABLE_NAME, AUTO_INCREMENT FROM `information_schema`.`TABLES`
You need to login to post a comment.