Hi,
Why would you edit an order ID - or anything else - in the database? Doing so directly in the database is - like changing other key values in the database directly - highly destructive. Since various database tables, fields and their values are related to each other, your change has destroyed the relationships for at least this order.
It should go without saying that manual interference with the database is highly risky, and indeed, in your case harmful.
Change the order number back, if you can, or restore a backup.