# What should I do if I have collations inconsistency in my database (MySQL)?

[![question_mark_1.png](https://doc.eainfoport.cz/uploads/images/gallery/2022-03/scaled-1680-/question-mark-1.png)](https://doc.eainfoport.cz/uploads/images/gallery/2022-03/question-mark-1.png)

### Question

What should I do if I have collations inconsistency in my database (MySQL)?

- - - - - -

### Answer

**The following applies only to MySQL :**  
   
As of version 8.2, schema collation must be consistent with the collation of individual tables and columns or Infoport will not allow migration. The database admin must unify the collation on the schema.

<span style="text-decoration: underline;">To display collation on columns, use query:</span>

<span data-contrast="none">SELECT DISTINCT COLLATION\_NAME</span><span data-ccp-props="{"201341983":0,"335559739":0,"335559740":240}"> </span>

<span data-contrast="none">FROM information\_schema.columns</span><span data-ccp-props="{"201341983":0,"335559739":0,"335559740":240}"> </span>

<div class="pointer-container" id="bkmrk-%C2%A0"><div class="pointer anim is-page-editable"><svg class="svg-icon" data-icon="link" role="presentation" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"></svg><div class="input-group inline block"><input id="bkmrk--1" placeholder="url" readonly="readonly" type="text"></input> <button class="button outline icon" data-clipboard-target="#pointer-url" title="Kopírovat odkaz" type="button"><svg class="svg-icon" data-icon="copy" role="presentation" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"></svg></button></div><svg class="svg-icon" data-icon="edit" role="presentation" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"></svg></div></div><span data-contrast="none">WHERE TABLE\_SCHEMA = 'schemaName</span><span data-contrast="none">'<span class="TextRun SCXW156852051 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXW156852051 BCX0">AND</span></span> <span class="TextRun SCXW156852051 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXW156852051 BCX0">TABLE\_NAME</span></span><span class="TextRun SCXW156852051 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXW156852051 BCX0"> &lt;</span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW156852051 BCX0">&gt; '</span><span class="NormalTextRun SCXW156852051 BCX0">\_\_</span><span class="NormalTextRun SpellingErrorV2Themed SCXW156852051 BCX0">EfMigrationsHistory</span><span class="NormalTextRun SCXW156852051 BCX0">'</span></span> AND COLLATION\_NAME IS NOT null</span><span data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"> </span>

<span data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"><span style="text-decoration: underline;">To display collation on tables, use query</span>: </span>

SELECT DISTINCT<span data-contrast="none"> TABLE\_COLLATION</span><span data-ccp-props="{"201341983":0,"335559739":0,"335559740":240}"> </span>

FROM<span data-contrast="none"> information\_schema.`TABLES`</span><span data-ccp-props="{"201341983":0,"335559739":0,"335559740":240}"> </span>

<div class="pointer-container" id="bkmrk-%C2%A0-1"><div class="pointer anim is-page-editable"><svg class="svg-icon" data-icon="link" role="presentation" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"></svg><div class="input-group inline block"><input id="bkmrk--2" placeholder="url" readonly="readonly" type="text"></input> <button class="button outline icon" data-clipboard-target="#pointer-url" title="Kopírovat odkaz" type="button"><svg class="svg-icon" data-icon="copy" role="presentation" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"></svg></button></div><svg class="svg-icon" data-icon="edit" role="presentation" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"></svg></div></div>WHERE<span data-contrast="none"> TABLE\_SCHEMA = '</span><span data-contrast="none">schemaName</span><span data-contrast="none">' </span><span data-ccp-props="{"201341983":0,"335559739":0,"335559740":240}"> <span class="TextRun SCXW99633704 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXW99633704 BCX0">AND</span></span> <span class="TextRun SCXW99633704 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXW99633704 BCX0">TABLE\_NAME</span></span><span class="TextRun SCXW99633704 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXW99633704 BCX0"> &lt;</span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW99633704 BCX0">&gt; '</span><span class="NormalTextRun SCXW99633704 BCX0">\_\_</span><span class="NormalTextRun SpellingErrorV2Themed SCXW99633704 BCX0">EfMigrationsHistory</span><span class="NormalTextRun SCXW99633704 BCX0">'</span></span></span>

<span style="text-decoration: underline;">To display the collation on the diagram, use query:</span>

**<span data-contrast="none">SELECT</span>** **<span data-contrast="none">TABLE\_NAME</span>**<span data-contrast="none">, </span>**<span data-contrast="none">COLUMN\_NAME</span>**<span data-contrast="none">, COLLATION\_NAME</span><span data-ccp-props="{"201341983":0,"335559739":0,"335559740":240}"> </span>

**<span data-contrast="none">FROM</span>**<span data-contrast="none"> information\_schema.</span>**<span data-contrast="none">columns</span>**<span data-ccp-props="{"201341983":0,"335559739":0,"335559740":240}"> </span>

**<span data-contrast="none">WHERE</span>**<span data-contrast="none"> TABLE\_SCHEMA =</span><span data-contrast="auto"> 'schemaName'</span><span data-ccp-props="{"201341983":0,"335559739":0,"335559740":240}"> </span>

<span data-contrast="none"> </span>**<span data-contrast="none">AND</span>**<span data-contrast="none"> COLLATION\_NAME </span>**<span data-contrast="none">IS</span>** **<span data-contrast="none">NOT</span>** **<span data-contrast="none">NULL</span>**<span data-ccp-props="{"201341983":0,"335559739":0,"335559740":240}"> </span>

<span data-contrast="none"> </span>**<span data-contrast="none">AND</span>** **<span data-contrast="none">TABLE\_NAME</span>**<span data-contrast="none"> &lt;&gt; '\_\_EfMigrationsHistory'</span><span data-ccp-props="{"201341983":0,"335559739":0,"335559740":240}"> </span>

**<span data-contrast="none">GROUP</span>** **<span data-contrast="none">BY</span>** **<span data-contrast="none">TABLE\_NAME</span>**<span data-contrast="none">, </span>**<span data-contrast="none">COLUMN\_NAME</span>**<span data-contrast="none">, COLLATION\_NAME</span><span data-ccp-props="{"201341983":0,"335559739":0,"335559740":240}"> </span>

<span data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"> </span>

<span data-contrast="none">Please reunite the collation and restart Infoport.</span>

<span data-contrast="none">You can use the following scripts for unification: </span>

<span data-contrast="none">For each table:</span>

<span data-contrast="none"><span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW80529653 BCX0">SELECT</span></span><span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"> <span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW80529653 BCX0">CONCAT(</span></span><span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW80529653 BCX0">'ALTER TABLE `'</span></span><span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW80529653 BCX0">, TABLE\_NAME, </span></span><span class="LineBreakBlob BlobObject DragDrop SCXW80529653 BCX0"><span class="SCXW80529653 BCX0"> </span>  
</span> <span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW80529653 BCX0">'` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4\_unicode\_ci;'</span></span><span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW80529653 BCX0">) </span></span><span class="LineBreakBlob BlobObject DragDrop SCXW80529653 BCX0"><span class="SCXW80529653 BCX0"> </span>  
</span> <span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW80529653 BCX0">AS</span></span> <span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW80529653 BCX0">'USE `DATABASE\_NAME`;'</span></span> <span class="LineBreakBlob BlobObject DragDrop SCXW80529653 BCX0"><span class="SCXW80529653 BCX0"> </span>  
</span><span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW80529653 BCX0">FROM INFORMATION\_SCHEMA.TABLES </span></span><span class="LineBreakBlob BlobObject DragDrop SCXW80529653 BCX0"><span class="SCXW80529653 BCX0"> </span>  
</span><span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW80529653 BCX0">WHERE TABLE</span><span class="NormalTextRun SCXW80529653 BCX0">\_SCHEMA </span></span><span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW80529653 BCX0">=</span></span> <span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW80529653 BCX0">'DATABASE\_NAME'</span></span> <span class="LineBreakBlob BlobObject DragDrop SCXW80529653 BCX0"><span class="SCXW80529653 BCX0"> </span>  
</span> <span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW80529653 BCX0">AND</span></span><span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW80529653 BCX0"> TABLE\_TYPE </span></span><span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW80529653 BCX0">LIKE</span></span> <span class="TextRun SCXW80529653 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW80529653 BCX0">'BASE TABLE'</span></span><span class="EOP SCXW80529653 BCX0" data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"> </span></span>

<span data-contrast="none"><span class="EOP SCXW80529653 BCX0" data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}">For each column:</span></span>

<span data-contrast="none"><span class="EOP SCXW80529653 BCX0" data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">SELECT</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"> <span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114720224 BCX0">CONCAT(</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">'ALTER TABLE `'</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">, TABLE\_NAME, </span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">'` MODIFY COLUMN `'</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">, COLUMN\_NAME,</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">'` '</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">, </span></span><span class="LineBreakBlob BlobObject DragDrop SCXW114720224 BCX0"><span class="SCXW114720224 BCX0"> </span>  
</span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0"> DATA\_TYPE, </span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114720224 BCX0">IF(</span><span class="NormalTextRun SCXW114720224 BCX0">CHARACTER\_MAXIMUM\_LENGTH </span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">IS</span></span> <span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">NULL</span></span> <span class="LineBreakBlob BlobObject DragDrop SCXW114720224 BCX0"><span class="SCXW114720224 BCX0"> </span>  
</span> <span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">OR</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0"> DATA\_TYPE </span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">LIKE</span></span> <span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">'</span><span class="NormalTextRun SpellingErrorV2Themed SCXW114720224 BCX0">longtext</span><span class="NormalTextRun SCXW114720224 BCX0">'</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">, </span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">''</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">, </span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114720224 BCX0">CONCAT(</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">'('</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">, CHARACTER\_MAXIMUM\_LENGTH, </span></span><span class="LineBreakBlob BlobObject DragDrop SCXW114720224 BCX0"><span class="SCXW114720224 BCX0"> </span>  
</span> <span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">')'</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">) </span></span><span class="LineBreakBlob BlobObject DragDrop SCXW114720224 BCX0"><span class="SCXW114720224 BCX0"> </span>  
</span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0"> ), </span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">' COLLATE utf8mb4\_unicode\_ci;'</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">) </span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">AS</span></span> <span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">'USE `DATABASE\_NAME`;'</span></span> <span class="LineBreakBlob BlobObject DragDrop SCXW114720224 BCX0"><span class="SCXW114720224 BCX0"> </span>  
</span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">FROM INFORMATION\_SCHEMA.COLUMNS </span></span><span class="LineBreakBlob BlobObject DragDrop SCXW114720224 BCX0"><span class="SCXW114720224 BCX0"> </span>  
</span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114720224 BCX0">WHERE TABLE</span><span class="NormalTextRun SCXW114720224 BCX0">\_SCHEMA </span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">=</span></span> <span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">'DATABASE\_NAME'</span></span> <span class="LineBreakBlob BlobObject DragDrop SCXW114720224 BCX0"><span class="SCXW114720224 BCX0"> </span>  
</span> <span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">AND</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0"> (</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">SELECT</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0"> INFORMATION\_</span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114720224 BCX0">SCHEMA.TABLES.TABLE</span><span class="NormalTextRun SCXW114720224 BCX0">\_TYPE </span></span><span class="LineBreakBlob BlobObject DragDrop SCXW114720224 BCX0"><span class="SCXW114720224 BCX0"> </span>  
</span> <span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">FROM</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0"> INFORMATION\_SCHEMA.TABLES </span></span><span class="LineBreakBlob BlobObject DragDrop SCXW114720224 BCX0"><span class="SCXW114720224 BCX0"> </span>  
</span> <span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114720224 BCX0">WHERE</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114720224 BCX0"> INFORMATION</span><span class="NormalTextRun SCXW114720224 BCX0">\_</span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114720224 BCX0">SCHEMA.TABLES.TABLE</span><span class="NormalTextRun SCXW114720224 BCX0">\_SCHEMA </span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">=</span></span> <span class="LineBreakBlob BlobObject DragDrop SCXW114720224 BCX0"><span class="SCXW114720224 BCX0"> </span>  
</span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0"> INFORMATION\_</span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114720224 BCX0">SCHEMA.COLUMNS.TABLE</span><span class="NormalTextRun SCXW114720224 BCX0">\_SCHEMA </span></span><span class="LineBreakBlob BlobObject DragDrop SCXW114720224 BCX0"><span class="SCXW114720224 BCX0"> </span>  
</span> <span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">AND</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0"> INFORMATION\_</span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114720224 BCX0">SCHEMA.TABLES.TABLE</span><span class="NormalTextRun SCXW114720224 BCX0">\_NAME </span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">=</span></span> <span class="LineBreakBlob BlobObject DragDrop SCXW114720224 BCX0"><span class="SCXW114720224 BCX0"> </span>  
</span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0"> INFORMATION\_</span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114720224 BCX0">SCHEMA.COLUMNS.TABLE</span><span class="NormalTextRun SCXW114720224 BCX0">\_NAME </span></span><span class="LineBreakBlob BlobObject DragDrop SCXW114720224 BCX0"><span class="SCXW114720224 BCX0"> </span>  
</span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0"> LIMIT </span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">1</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">) </span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">LIKE</span></span> <span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">'BASE TABLE'</span></span> <span class="LineBreakBlob BlobObject DragDrop SCXW114720224 BCX0"><span class="SCXW114720224 BCX0"> </span>  
</span> <span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">AND</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0"> DATA\_TYPE </span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">IN</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"> <span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114720224 BCX0">( </span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114720224 BCX0">'</span><span class="NormalTextRun SpellingErrorV2Themed SCXW114720224 BCX0">char</span><span class="NormalTextRun SCXW114720224 BCX0">'</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">, </span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">'</span><span class="NormalTextRun SpellingErrorV2Themed SCXW114720224 BCX0">varchar</span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114720224 BCX0">'</span></span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114720224 BCX0"> )</span> </span><span class="TextRun SCXW114720224 BCX0" data-contrast="none" lang="CS-CZ" xml:lang="CS-CZ"><span class="NormalTextRun SCXW114720224 BCX0">/\* </span><span class="NormalTextRun SpellingErrorV2Themed SCXW114720224 BCX0">include</span> <span class="NormalTextRun SpellingErrorV2Themed SCXW114720224 BCX0">other</span> <span class="NormalTextRun SpellingErrorV2Themed SCXW114720224 BCX0">types</span> <span class="NormalTextRun SpellingErrorV2Themed SCXW114720224 BCX0">if</span> <span class="NormalTextRun SpellingErrorV2Themed SCXW114720224 BCX0">necessary</span><span class="NormalTextRun SCXW114720224 BCX0"> \*/</span></span><span class="EOP SCXW114720224 BCX0" data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"> </span></span></span>

<span data-contrast="none">Please contact the helpdesk for more information [https://www.dphelpdesk.cz/](https://www.dphelpdesk.cz/) . </span>