Mysql
Fermé
antoine
-
26 janv. 2003 à 18:25
zigwen Messages postés 24 Date d'inscription mercredi 6 juin 2001 Statut Membre Dernière intervention 29 août 2006 - 27 janv. 2003 à 11:01
zigwen Messages postés 24 Date d'inscription mercredi 6 juin 2001 Statut Membre Dernière intervention 29 août 2006 - 27 janv. 2003 à 11:01
A voir également:
- Mysql
- Mysql download - Télécharger - Bases de données
- Error 2002 (hy000): can't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock' (2) ✓ - Forum Linux / Unix
- Mysql error ✓ - Forum Internet / Réseaux sociaux
- Blob mysql ✓ - Forum Webmastering
- Impossible de se connecter au serveur mysql - Forum Ubuntu
1 réponse
zigwen
Messages postés
24
Date d'inscription
mercredi 6 juin 2001
Statut
Membre
Dernière intervention
29 août 2006
27 janv. 2003 à 11:01
27 janv. 2003 à 11:01
Essayes plutot :
select count(1), substr(texte,0,5)
from matable
group by substr(texte,0,5)
order by count(1)
Ca marche au moins sous oracle...
@+.
select count(1), substr(texte,0,5)
from matable
group by substr(texte,0,5)
order by count(1)
Ca marche au moins sous oracle...
@+.