hai all,
in a table user master i have username:Admin , password:admin and userid:1
i have to retrieve user id where username='Admin ' and password:'admin '
if i enter username='admin ' and password:'Admin ' (check case for field value)
the user id should not retrieved.
how to write a simple query for this?
thanx in advance
with Regards
Nirmal.
in a table user master i have username:Admin , password:admin and userid:1
i have to retrieve user id where username='Admin ' and password:'admin '
if i enter username='admin ' and password:'Admin ' (check case for field value)
the user id should not retrieved.
how to write a simple query for this?
thanx in advance
with Regards
Nirmal.
Comment