Essayez ce code :
SELECT * FROM table WHERE column REGEXP '^[A-Za-z0-9]+$'
Cela garantit que tous les caractères correspondent.
Essayez ce code :
SELECT * FROM table WHERE column REGEXP '^[A-Za-z0-9]+$'
Cela garantit que tous les caractères correspondent.
Chat en direct avec PHP et jQuery. Où stocker les informations ? Mysql ou fichier ?
Comment déterminer la version de MySQL
FATAL :échec de l'authentification par mot de passe pour l'utilisateur postgres (postgresql 11 avec pgAdmin 4)
Comment exporter une table vers CSV à l'aide d'Oracle SQL Developer ?