I have a table named as employee containing all the details such as name, emp id, password, and so on. Can anyone help me to write Stored procedure to login using emp id and password which is stored in md5 format. I tried few but I am not getting where am I going wrong.
Any help would be great.