infatti Posted April 19, 2007 Share Posted April 19, 2007 When creating a table with columns for id and showORDER, for sorting with AUTO_INCREMENT: do the columns id and showORDER need to be in either ASCII or CHAR format? Is there a type that AUTO_INCREMENT needs in order to recognize? Link to comment https://forums.phpfreaks.com/topic/47769-auto_increment/ Share on other sites More sharing options...
trq Posted April 19, 2007 Share Posted April 19, 2007 Don't use an auto incrementing filed for sorting, its not its intended purpose. And yes, it will need to be one of the INT types. Link to comment https://forums.phpfreaks.com/topic/47769-auto_increment/#findComment-233331 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.