hi could anyone help me fix my code..
i executed this line of code
the password column has a data type of varbinary and i inserted a string into it.
now i have a problem querying the table, i need to convert the varbinary data type into string and at the same type i want to display the ID column.
i executed this line of code
Code:
delete from Test.dbo.Test where Password='0x4465727374696E65'
now i have a problem querying the table, i need to convert the varbinary data type into string and at the same type i want to display the ID column.
Comment