in my application user can give username or emailid to login how can i write the query like
select username,password from employee
where username='xxxx' or '[email protected]' and password='******'
how can i write the query so that user can give username or emailid to login. please send query for this problem thank u