I am working with Microsoft SQL Server 2014.
I want to display the result if a particular record had more alphabets than numbers with the help of a SQL Query.
For Example:If a table had column 'CustomerName' and it had value "ALeX143ForU"(since it had more alphabets than numbers), then the query should return that particular record.