diff --git a/src/Table.php b/src/Table.php
index 8599da0b02496382759f266b65fc1232387aaeed..b2a97ee38e40fc6de7c543deab19a53fd7e4e008 100644
--- a/src/Table.php
+++ b/src/Table.php
@@ -100,7 +100,7 @@ class Table
 
 
 
-    public function select(array|int|null $where = null, array $options = []): array|null|SelectParser
+    public function select(array|string|int|null $where = null, array $options = []): array|null|SelectParser
     {
         /* Initialisation des entrées */
         $defaultOptions = [