Bonjour,
Je voudrais utiliser la condition where où je dois trouver un champ PATH commençant par cette chaine de caractere:
Comment faire?Citation:
/mnt/sda5/com.myproject/mon-outil/pierre/
Merci.
Version imprimable
Bonjour,
Je voudrais utiliser la condition where où je dois trouver un champ PATH commençant par cette chaine de caractere:
Comment faire?Citation:
/mnt/sda5/com.myproject/mon-outil/pierre/
Merci.
un simple
ne convient pas ?Code:
1
2 WHERE path LIKE '/mnt/sda5/com.myproject/mon-outil/pierre/%'