salut
je veux executer cette commande mais ca marche pas
SELECT * FROM client WHERE telephone_client_fixe like '%25458458%' AND etat_client=true ORDER BY id_client DESC
il m'afiche ceci
ERROR: operator does not exist: integer ~~ unknown
LINE 1: ...ELECT * FROM client WHERE (telephone_client_fixe) like '%254...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
le pb et le like avec un int
comment procedeer alors??
Partager