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?

      How do I convert from BLOB to TEXT in MySQL?(如何在 MySQL 中从 BLOB 转换为 TEXT?)
        <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?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Can#39;t Create Entity Data Model - using MySql and EF6(无法创建实体数据模型 - 使用 MySql 和 EF6)
                MySQL select with CONCAT condition(MySQL选择与CONCAT条件)
                Capitalize first letter of each word, in existing table(将现有表格中每个单词的首字母大写)
                How to retrieve SQL result column value using column name in Python?(如何在 Python 中使用列名检索 SQL 结果列值?)
                Update row with data from another row in the same table(使用同一表中另一行的数据更新行)
                Exporting results of a Mysql query to excel?(将 Mysql 查询的结果导出到 excel?)
                <tfoot id='6H2XS'></tfoot>

                      • <bdo id='6H2XS'></bdo><ul id='6H2XS'></ul>
                      • <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>

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