Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Retrieve non-alpha matches
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00417810
Message ID:
00418005
Vues:
31
This message has been marked as the solution to the initial question of the thread.
>What's the fastest way to retrieve records that start with non-alpha character (e.g. doesn't start with A-Z)?


SELECT * FROM mytable WHERE mycolumn NOT LIKE '[A-Z]%'
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform