Is the SQL possible to validate a table field which is combination of char and int? e.g. MIS0014?
I want the SQL return data which specific field first 3 character is alphabets and last 4 character is numeric values.
I want the SQL return data which specific field first 3 character is alphabets and last 4 character is numeric values.
Comment