Link to home
Start Free TrialLog in
Avatar of schmucje
schmucje

asked on

Select statement row constructor in query browser does not work

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?
ASKER CERTIFIED SOLUTION
Avatar of MMDeveloper
MMDeveloper
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of schmucje
schmucje

ASKER

That led me down the right path.  I had changed the server and tables, but the fields still needed to be changed.