How to use Regular Expressions in SQL

Recently I had a need to check if a column contains non-numeric/alpha-numeric values for identifying anomalies of a design. The …

Read more