About 55 results
Open links in new tab
  1. sql - What does collation mean? - Stack Overflow

    Dec 27, 2010 · A Collation compared two strings like, if a word is greater than another one, and sort accordingly. If you are using “latin1” Character set, you can use “latin1_swedish_ci” Collation. You …

  2. What does character set and collation mean exactly?

    Sep 14, 2018 · A collation comprises rules that specify how characters can be compared for sorting. Collations rules can be locale-specific: the proper order of two characters varies from language to …

  3. banco de dados - O que é collation? - Stack Overflow em Português

    A collation ollation define o conjunto de regras que o servidor irá utilizar para ordenação e comparação entre textos, ou seja, como será o funcionamento dos operadores =, >, <, order by, etc. Por …

  4. How to fix a collation conflict in a SQL Server query

    Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Arabic_CI_AS" in the equal to operation. I don't know much about collation. Searching through internet I find …

  5. How to change collation of database, table, column?

    Aug 18, 2009 · The database is latin1_general_ci now and I want to change collation to utf8mb4_general_ci. Is there any setting in PhpMyAdmin to change collation of database, table, …

  6. MySQl Error Code: 1273. Unknown collation: 'utf8mb4_0900_ai_ci'

    Jul 27, 2022 · As for utf8_general ci, the following is from MySQL's official documentation: utf8_general_ci is a legacy collation that does not support expansions, contractions, or ignorable …

  7. SQL collation of a new server - Stack Overflow

    Aug 16, 2024 · I have a new server (Windows 2022) and I need to install SQL Server 2022 with the collation to be Latin1_General_CI_AS, but in the setup there is no option to allow this, see the …

  8. template database "template1" has a collation version, but no actual ...

    Mar 15, 2023 · I just upgraded my Postgres from 12 to 15 and I keep getting this error: template database "template1" has a collation version, but no actual collation version could be determined …

  9. Cannot resolve the collation conflict between "SQL_Latin1_General_CP1 ...

    Feb 22, 2012 · "Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AI" in the equal to operation" My problem is not unique and I have searched for …

  10. "COLLATION 'utf8_general_ci' is not valid for CHARACTER SET 'utf8mb4'"

    Sep 7, 2021 · Go to PHPMYADMIN, select the database, and hit OPERATIONS, there at the end, find COLLATION select a collation what will work for you 'utf8mb4_unicode_ci' for example, then check …