Answers for "Perfect solution if some records deleted for LAST_ID"

SQL
0

Perfect solution if some records deleted for LAST_ID

SELECT AUTO_INCREMENT - 1 as CurrentId FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'dbname' AND TABLE_NAME = 'tablename'
Posted by: Guest on February-27-2022

Code answers related to "Perfect solution if some records deleted for LAST_ID"

Code answers related to "SQL"

Browse Popular Code Answers by Language