I am trying to extract only the numeric data from a database. If there are no numbers it should return 0. Here is some sample data i'm dealing with.
BROK.0995684066-ACT
QCR302136900
pending
SP 33757
548751
376.A-ASA
Is there an easy way to get this done?
Thanks