ENCRYPT function in SQL-92 Queries

radcaesar

New Member
Hi,
Is there a way to use the ENCRYPT function in the SQL-92 complaint queries? I want to compare the encrypted password from the user-master table with the password entered by the user in my system. Is there a way to use the function in SQL query?
 
Back
Top