<tfoot id='VOuDc'></tfoot>

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

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

        <legend id='VOuDc'><style id='VOuDc'><dir id='VOuDc'><q id='VOuDc'></q></dir></style></legend>
      1. 使用 PHP/PDO 检查数据库表是否存在

        时间:2023-10-05

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

              <small id='2fBIU'></small><noframes id='2fBIU'>

                    <tbody id='2fBIU'></tbody>

                  <legend id='2fBIU'><style id='2fBIU'><dir id='2fBIU'><q id='2fBIU'></q></dir></style></legend>

                1. <tfoot id='2fBIU'></tfoot>

                2. 本文介绍了使用 PHP/PDO 检查数据库表是否存在的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我想检查我使用 PHP 和 PDO 连接到的数据库中是否存在具有特定名称的表.

                  I want to check if a table with a specific name exists in a database I've connected to using PHP and PDO.

                  它必须适用于所有数据库后端,如 MySQL、SQLite 等.

                  It has to work on all database backends, like MySQL, SQLite, etc.

                  推荐答案

                  做:

                  select 1 from your_table
                  

                  然后捕获错误.如果您没有收到任何错误,但结果集有一列包含1",则该表存在.

                  and then catch the error. If you don't get any error, but resultset with one column containing "1", then the table exists.

                  这篇关于使用 PHP/PDO 检查数据库表是否存在的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:用 SQLite 计算大圆距离 下一篇:在 Laravel 4 中转义原始 SQL 查询

                  相关文章

                  最新文章

                3. <tfoot id='JxZrF'></tfoot>
                    <legend id='JxZrF'><style id='JxZrF'><dir id='JxZrF'><q id='JxZrF'></q></dir></style></legend>

                        <bdo id='JxZrF'></bdo><ul id='JxZrF'></ul>
                    1. <small id='JxZrF'></small><noframes id='JxZrF'>

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