add batch remove batch split batch comment selection show hidden batches hide batch highlight batch
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
version()
8.0.36
Table Create Table
hash_list CREATE TABLE `hash_list` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `hash` varbinary(45) NOT NULL,
  PRIMARY KEY (`hash`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci
row_count() last_insert_id()
1 1
row_count() last_insert_id()
0 1