requette facile probleme OR
Bonjour a tous, voici mon problème :
Code:
1 2 3 4 5 6
|
select * from table where TimePeriod='2007.m08'; => marche
select * from table where TimePeriod='2007.m07'; => marche
select * from table where TimePeriod='2007.m06'; => marche
select * from table where TimePeriod='2007.m08' or TimePeriod='2007.m07' => marche pas (je ne connais pas le message d'erreur retourné si il y en a un) |
le champ timePeriod est comme ca : " 2007.m08 " (en meme tps si quelqu'un peu me dire quelle type de champ c'est (text, date?).
(mon probleme : j'arrive pas a selectionner des informations pour plusieurs moi)
voila Bonne proggg a tousss