<legend id='dwavQ'><style id='dwavQ'><dir id='dwavQ'><q id='dwavQ'></q></dir></style></legend>
    <bdo id='dwavQ'></bdo><ul id='dwavQ'></ul>

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

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

      1. 如何避免在 Oracle SQL Developer 中使用 'trinidad &amp; 进行变量替

        How to avoid variable substitution in Oracle SQL Developer with #39;trinidad amp; tobago#39;(如何避免在 Oracle SQL Developer 中使用 trinidad amp; 进行变量替换多巴哥)
        <tfoot id='CtnpB'></tfoot>
      2. <legend id='CtnpB'><style id='CtnpB'><dir id='CtnpB'><q id='CtnpB'></q></dir></style></legend>

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

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

                1. 本文介绍了如何避免在 Oracle SQL Developer 中使用 'trinidad &amp; 进行变量替换多巴哥'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  当我尝试在 Oracle SQL Developer 2.1 中执行此语句时,会弹出一个对话框输入替换变量",要求为 TOBAGO 提供替换值,

                  update t set country = 'Trinidad and Tobago' where country = 'trinidad &多巴哥';

                  如果不求助于 chr(38)u'trinidad 026 tobago' 两者都掩盖了语句的目的,我该如何避免这种情况?

                  解决方案

                  在查询前调用:

                  set 定义关闭;

                  或者,hacky:

                  update t set country = 'Trinidad and Tobago' where country = 'trinidad &'||'多巴哥';

                  <小时>

                  来自调整 SQL*Plus:><块引用>

                  SET DEFINE OFF 禁用解析命令以替换替换变量及其值.

                  When I try to execute this statement in Oracle SQL Developer 2.1 a dialog box "Enter Substitution Variable" pops up asking for a replacement value for TOBAGO,

                  update t set country = 'Trinidad and Tobago' where country = 'trinidad & tobago';
                  

                  How can I avoid this without resorting to chr(38) or u'trinidad 026 tobago' which both obscure the purpose of the statement?

                  解决方案

                  Call this before the query:

                  set define off;
                  

                  Alternatively, hacky:

                  update t set country = 'Trinidad and Tobago' where country = 'trinidad &' || ' tobago';
                  


                  From Tuning SQL*Plus:

                  SET DEFINE OFF disables the parsing of commands to replace substitution variables with their values.

                  这篇关于如何避免在 Oracle SQL Developer 中使用 'trinidad &amp; 进行变量替换多巴哥'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  Oracle PL/SQL - Raise User-Defined Exception With Custom SQLERRM(Oracle PL/SQL - 使用自定义 SQLERRM 引发用户定义的异常)
                  Oracle: is there a tool to trace queries, like Profiler for sql server?(Oracle:是否有跟踪查询的工具,例如用于 sql server 的 Profiler?)
                  SELECT INTO using Oracle(使用 Oracle SELECT INTO)
                  How to handle Day Light Saving in Oracle database(如何在 Oracle 数据库中处理夏令时)
                  PL/SQL - Use quot;Listquot; Variable in Where In Clause(PL/SQL - 使用“列表Where In 子句中的变量)
                  Oracle: Import CSV file(Oracle:导入 CSV 文件)

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

                        • <legend id='owlDE'><style id='owlDE'><dir id='owlDE'><q id='owlDE'></q></dir></style></legend>
                            <tbody id='owlDE'></tbody>