Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    Correction: You want to remove the part before the first space, if that part consists of numbers. Otherwise you'd end up with facility instead of recycling facility. You know how to check for numbers, so use this as your condition, and then regexp_match() for spaces if there are numbers in the address. Commented Mar 15, 2022 at 14:56
  • Yes, I want to get rid of everything before the first space. How can I do this? Commented Mar 15, 2022 at 15:09