Results 1 to 3 of 3

Thread: change collation at once

  1. #1
    Join Date
    May 2012
    Posts
    5

    change collation at once

    Hi,

    i have a large database that has many fields with collation set to latin1_Swedish_ci and i want to change all of them to utf8_unicode_ci at once but i cant find the proper query for that. Something like UPDATE collate SET utf8_unicode_ci WHERE collate=latin1_Swedish_ci;

    Is it possible?

    Thank you.

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    On which rdbms?

  3. #3
    Join Date
    May 2012
    Posts
    5
    Sorry, on mysql.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •