Bonjour,
je cherche comment optimiser une requete assez longue en rajoutant un index :
Merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 select ID from CLIENT where TYPE = 1 and ( NOM = "toto" or A_NOM = "AZE" ) and ( PRENOM = "titi" or A_PRENOM = "JKL" ) and VALID = 1
Partager