Re: collation mismatch in stored proc
Posted by: Erik Ullman
Date: January 19, 2010 10:14PM

correction:
The line:
a.varde = CONVERT(a.varde using utf8) collate utf8_swedish_ci
should be (and is tested as)
a.varde = CONVERT(_varde using utf8) collate utf8_swedish_ci

Options: ReplyQuote


Subject
Views
Written By
Posted
15310
January 19, 2010 10:08PM
Re: collation mismatch in stored proc
6390
January 19, 2010 10:14PM
4560
January 19, 2010 10:47PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.