In my database table have this value,i have to check this email value '[email protected]' is exist in the database or not.
[email protected]
[email protected]
[email protected]
[email protected]
If '[email protected]' value is exist in the database table, output is true else false, so how to write the query for this to achieve?
thanks Kumar