Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query of this type not supported
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00780870
Message ID:
00780897
Views:
10
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
Previous
Reply
Map
View

Click here to load this message in the networking platform