Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select problem
Message
De
24/02/2004 10:38:22
 
 
À
24/02/2004 10:03:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00880260
Message ID:
00880291
Vues:
19

i want to return all the record stating with numeric values
So how can i do ?
Thks

the table name is clients
and the field is clients_name
* vfp
SELECT * FROM clients WHERE ISDIGIT(clients_name)
* generic
SELECT * FROM clients WHERE LEFT(clients_name,1) BETWEEN '0' AND '9'
Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform