I'm trying to use Regexp_substr to extract the unit no from the Property Field. Below is the query.
regexp_substr(PROPERTY,'(#)[^\S]+ ')
While some of the results are correct, but others came back like below:
#05-08 DOVER PARKVIEW
May I know what do I need to do to omit all the alphabets or wordings? Thank you.