By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| VERSION() |
|---|
| 8.0.36 |
| AUTO_INCREMENT |
|---|
| null |
| Table | Create Table |
|---|---|
| temp_order | CREATE TABLE `temp_order` ( `id` int unsigned NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci |
Records: 6 Duplicates: 0 Warnings: 0
| MAX(`id`) |
|---|
| 6 |
| Table | Create Table |
|---|---|
| temp_order | CREATE TABLE `temp_order` ( `id` int unsigned NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci |
| AUTO_INCREMENT |
|---|
| null |