In applications that take user email id as input, there is a need to check for email id validity. Here is a an way to validate email address, using regular expressions in Oracle SQL.
Read the Full Article →
A regular expression (also called regex or regexp for short) is a sequence of characters that describes a pattern in text. Tips and examples about how to regular expression in SQL
Read the Full Article →