I have this select statement that will work with command line, but it will not work in Query Browser.
SELECT * FROM RECIPES.AUTHORS WHERE (FName,LName) = ('joseph','smith');
Error Message: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
Any ideas?