former_member621066
Explorer
Member since ‎2019 Jul 24

User Statistics

  • 10 Posts
  • 0 Solutions
  • 2 Kudos given
  • 1 Kudos received

User Activity

Hi guys, I want to filter for customers, whose address contains any digit. I tried the standard SQL approach: where street like '%[0-9]%' but it doesnt work. contains(street, '%[0-9]%', fuzzy(1.0)) doesnt work either. Any ideas? Thanks!
Hi guys, I want to filter for customers, whose address contains any digit. I tried the standard SQL approach: where street like '%[0-9]%' but it doesnt work. contains(street, '%[0-9]%', fuzzy(1.0)) doesnt work either. Any ideas? Thanks!
Kudos from
Kudos given to