The following example returns all rows that don’t contain any numbers in PostgreSQL.
Numbers can be represented by words and other symbols, but for this article “number” simply means “numerical digit”. So we’re finding values that don’t contain any numerical digits.
Continue reading