<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Firebird SQL: INSERT INTO...SELECT"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124069#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Firebird SQL: INSERT INTO...SELECT"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124069">bug 124069</a>
              from <span class="vcard"><a class="email" href="mailto:robert@familiegrosskopf.de" title="Robert Großkopf <robert@familiegrosskopf.de>"> <span class="fn">Robert Großkopf</span></a>
</span></b>
        <pre>(In reply to Alex Thurgood from <a href="show_bug.cgi?id=124069#c4">comment #4</a>)
<span class="quote">> 
> We should close this as WFM, because the solution is to use DML statements
> with quoting via the Tools > SQL window as you have indicated, and not the
> Query GUI window (irrespective of whether it is executed directly or not).</span >

Don't agree. When queries in Tools > SQL will work without double-quotes
INSERTS and UPDATES should do it the same way.

SELECT * FROM t2

will work. t2 will be accepted in a query.

INSERT INTO t2 ...

won't work. t2 won't be accepted in INSERTS, also won't be accepted in UPDATES.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>