I want to clean up the below rows of data into bigint:
"0000000008/314282" 
"00000000  6058829" 
"00000000 80239283" 
"0000000  80272516" 
"000000000 5428588" 
"00000000 80328516" 
"00000000 81597613" 
"000000008159*2693" 
"00000000 81585289" 
"00000000 81601382" 
"00000000 81727962" 
"00000000101*79919" 
"0000000  81607533" 
"0000000  81605092" 
"0000000  81606197" 
"000000000 7376759" 
"0000000  81667128"
you will notice some have slashes"/" in between while some has asterisk "*" while some have white spaces in between.
I would like a function or technique to write up in query to clean all the rows with these unwanted characters(/*whitespaces) into a bigint.
