Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query of this type not supported
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00780870
Message ID:
00780897
Vues:
9
It is a stored procedure as follows that takes out dashes in the social security number:
FUNCTION nodash
*takeout dashes in social security number
	PARAMETERS ssn_nodash
	ssn_nodash=alltrim(STRTRAN(ssn_nodash, '-', ''))
	return(ssn_nodash)
ENDFUNC 
I this can be done in select statement but not sure.


Thanks
Nick Patel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform