Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there any string func similar to vfp's strtran?
Message
De
20/11/2000 14:41:19
 
 
À
20/11/2000 14:34:43
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00443782
Message ID:
00443789
Vues:
14
>Does anyone know if sql server has a string function that works like VFP's strtran()?
>I have a table with a phone_number column that has data such as
>(123)123-4567
>223-123-4567
>
>I want to remove any non number character so I wind up with
>1231234567
>2231234567
>
>I'm pouring thru my sql books, but have yet to find something.
>Any suggestions would be greatly appreciated.
>
>Thanks,
>-Isaac

Look at REPLACE() function in SQL books online.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform