query collation on foreign language field in Latin table
问题 I have a series of tables that each have a dedicated column to a foreign language. Languages vary from Japanese, Thai, English, Italian, French, more than 20 in all. All of these tables are set up with Latin Case Insensitive collation. DB works fine. But now I am trying to query against the specific foreign language column of each table. Lets take Japanese for starters. I'd like a foreign language user to enter foreign text and find the record based on the foreign language column. DECLARE