A voir également:
- Count
- Rapid pdf count - Télécharger - PDF
- Sqlstate[21s01]: insert value list does not match column list: 1136 column count doesn't match value count at row 1 ✓ - Forum PHP
- Sql sum(count) - Forum MySQL
- Count(): parameter must be an array or an object that implements countable ✓ - Forum PHP
- Select count php ✓ - Forum PHP
1 réponse
Lilouse64
Messages postés
99
Date d'inscription
lundi 1 mars 2010
Statut
Membre
Dernière intervention
9 avril 2012
12
5 mars 2010 à 11:51
5 mars 2010 à 11:51
Tu regarde dans ta table 2 la ou il y a ton texte et tu ne les prend pas
Il me semble que ceci marche :
SELECT col3
FROM table1
WHERE id NOT IN
(SELECT id
FROM table2
WHERE msg1="tonTermeRecherché"
)
Il me semble que ceci marche :
SELECT col3
FROM table1
WHERE id NOT IN
(SELECT id
FROM table2
WHERE msg1="tonTermeRecherché"
)
5 mars 2010 à 13:21
Merci !