09.10.2011, 09:20
Does anyone know how I can make a command which re-orders the vehicle ID's in the database?
For example,
Thanks.
For example,
pawn Код:
for(new i=0;i<203;i++)
{
format(sql, sizeof(sql), "UPDATE cars SET id = %d", i);
mysql_query(sql);
}