In my database table have this value,i have to check this email value 'abc@gmail.com' is exist in the database or not.
abc@gmail.com
edf@dfg.com
xyz@abcinfo.com
12345@fdfg.com
If 'abc@gmail.com' value is exist in the database table, output is true else false, so how to write the query for this to achieve?
thanks Kumar