1. <legend id='MSAkp'><style id='MSAkp'><dir id='MSAkp'><q id='MSAkp'></q></dir></style></legend>

    <small id='MSAkp'></small><noframes id='MSAkp'>

    <tfoot id='MSAkp'></tfoot>

      <bdo id='MSAkp'></bdo><ul id='MSAkp'></ul>
    1. <i id='MSAkp'><tr id='MSAkp'><dt id='MSAkp'><q id='MSAkp'><span id='MSAkp'><b id='MSAkp'><form id='MSAkp'><ins id='MSAkp'></ins><ul id='MSAkp'></ul><sub id='MSAkp'></sub></form><legend id='MSAkp'></legend><bdo id='MSAkp'><pre id='MSAkp'><center id='MSAkp'></center></pre></bdo></b><th id='MSAkp'></th></span></q></dt></tr></i><div id='MSAkp'><tfoot id='MSAkp'></tfoot><dl id='MSAkp'><fieldset id='MSAkp'></fieldset></dl></div>

      如何在 MySQL 中从 BLOB 转换为 TEXT?

      时间:2023-05-24
        <i id='9ZaRd'><tr id='9ZaRd'><dt id='9ZaRd'><q id='9ZaRd'><span id='9ZaRd'><b id='9ZaRd'><form id='9ZaRd'><ins id='9ZaRd'></ins><ul id='9ZaRd'></ul><sub id='9ZaRd'></sub></form><legend id='9ZaRd'></legend><bdo id='9ZaRd'><pre id='9ZaRd'><center id='9ZaRd'></center></pre></bdo></b><th id='9ZaRd'></th></span></q></dt></tr></i><div id='9ZaRd'><tfoot id='9ZaRd'></tfoot><dl id='9ZaRd'><fieldset id='9ZaRd'></fieldset></dl></div>
          <tbody id='9ZaRd'></tbody>
          <bdo id='9ZaRd'></bdo><ul id='9ZaRd'></ul>

          <small id='9ZaRd'></small><noframes id='9ZaRd'>

          <tfoot id='9ZaRd'></tfoot>

              • <legend id='9ZaRd'><style id='9ZaRd'><dir id='9ZaRd'><q id='9ZaRd'></q></dir></style></legend>
                本文介绍了如何在 MySQL 中从 BLOB 转换为 TEXT?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                限时送ChatGPT账号..

                我有很多记录,其中文本已存储在 MySQL 的 blob 中.为了便于处理,我想将数据库中的格式更改为文本...任何想法如何轻松进行更改以免中断数据 - 我想它需要正确编码?

                I have a whole lot of records where text has been stored in a blob in MySQL. For ease of handling I'd like to change the format in the database to TEXT... Any ideas how easily to make the change so as not to interrupt the data - I guess it will need to be encoded properly?

                推荐答案

                那没必要.只需使用 SELECT CONVERT(column USING utf8) FROM..... 而不是 SELECT column FROM...

                That's unnecessary. Just use SELECT CONVERT(column USING utf8) FROM..... instead of just SELECT column FROM...

                这篇关于如何在 MySQL 中从 BLOB 转换为 TEXT?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:MySQL:在同一个 MySql 实例上克隆一个 MySQL 数据库 下一篇:重命名 MySQL 中的列时出错

                相关文章

                <tfoot id='6H2XS'></tfoot>

                  • <bdo id='6H2XS'></bdo><ul id='6H2XS'></ul>
                1. <small id='6H2XS'></small><noframes id='6H2XS'>

                  <i id='6H2XS'><tr id='6H2XS'><dt id='6H2XS'><q id='6H2XS'><span id='6H2XS'><b id='6H2XS'><form id='6H2XS'><ins id='6H2XS'></ins><ul id='6H2XS'></ul><sub id='6H2XS'></sub></form><legend id='6H2XS'></legend><bdo id='6H2XS'><pre id='6H2XS'><center id='6H2XS'></center></pre></bdo></b><th id='6H2XS'></th></span></q></dt></tr></i><div id='6H2XS'><tfoot id='6H2XS'></tfoot><dl id='6H2XS'><fieldset id='6H2XS'></fieldset></dl></div>

                    <legend id='6H2XS'><style id='6H2XS'><dir id='6H2XS'><q id='6H2XS'></q></dir></style></legend>