Hello ALL,
In the following query, i have to use 'binary ' in the WHERE clause. However, there was error message occurred. I wonder where is the right place of 'binary' when WHERE clause contains more than one conditions(Name='XXX' , Address='YYY').
Code:
SELECT
*
FROM
tableA
WHERE
binary (Name='XXX' AND Address='YYY')