Sunday 5 May 2013

Get Next Auto Increment Value of a Table in MySql

  SELECT AUTO_INCREMENT FROM information_schema.`tables`   WHERE TABLE_SCHEMA ='DatabaseName'  AND TABLE_NAME = 'TableName'

No comments:

Post a Comment

IE7 Issues Text Indent

                 Unfortunately IE 7 is still widespread among the users hence while theming we have to give special importance to the grea...