i want to validate three conditions in mobile number using sql server as follows;
The mobile number should not start with number zero.
The mobile number should not be null
The mobile number should not exceed 10 digits
i am using the datatype varchar.
please help me.
how can i validate using sql server.
Rgds,
Narasiman P.