joecooper Posted February 28, 2006 Share Posted February 28, 2006 Statements-------- Value Format -------------dynamic Rows ---------------0 Next Autoindex--- 6 how do i set the auto index back to 0 ? Link to comment https://forums.phpfreaks.com/topic/3753-reset-autoindex/ Share on other sites More sharing options...
christianmatthew Posted February 28, 2006 Share Posted February 28, 2006 [!--quoteo(post=350220:date=Feb 28 2006, 09:35 AM:name=joecooper)--][div class=\'quotetop\']QUOTE(joecooper @ Feb 28 2006, 09:35 AM) [snapback]350220[/snapback][/div][div class=\'quotemain\'][!--quotec--]Statements-------- Value Format -------------dynamic Rows ---------------0 Next Autoindex--- 6 how do i set the auto index back to 0 ?[/quote]I'm no expert; but if worst comes to worst I believe emptying the table will set it back to 0. As in "Empty" rather then delete all the data.SQL:TRUNCATE TABLE <TABLENAME> Link to comment https://forums.phpfreaks.com/topic/3753-reset-autoindex/#findComment-13045 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.