News

I know that in MS-SQL, you can reseed an identity column by doing this:DBCC CHECKIDENT ( 'table_name', RESEED, new_reseed_value )Is there any similar function for MySql (v4.1)? It's for an orders ...