On Nov 27, 2021, at 16:27 , Shaozhong SHI <shishaozhong@xxxxxxxxx> wrote:
The simplest thing that does what you says is I think: select name FROM a_table where "STREET_NAME" ~ ‘^([[:alpha:]]+\s)+[[:alpha:]]+$’; |
On Nov 27, 2021, at 16:27 , Shaozhong SHI <shishaozhong@xxxxxxxxx> wrote:
The simplest thing that does what you says is I think: select name FROM a_table where "STREET_NAME" ~ ‘^([[:alpha:]]+\s)+[[:alpha:]]+$’; |