<tfoot id='jZ7zL'></tfoot>
  • <small id='jZ7zL'></small><noframes id='jZ7zL'>

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

        ORA - 00933 与内部连接和“as"混淆

        ORA - 00933 confusion with inner join and quot;asquot;(ORA - 00933 与内部连接和“as混淆)

          <tbody id='KSDg7'></tbody>

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

        • <tfoot id='KSDg7'></tfoot>

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

                • <i id='KSDg7'><tr id='KSDg7'><dt id='KSDg7'><q id='KSDg7'><span id='KSDg7'><b id='KSDg7'><form id='KSDg7'><ins id='KSDg7'></ins><ul id='KSDg7'></ul><sub id='KSDg7'></sub></form><legend id='KSDg7'></legend><bdo id='KSDg7'><pre id='KSDg7'><center id='KSDg7'></center></pre></bdo></b><th id='KSDg7'></th></span></q></dt></tr></i><div id='KSDg7'><tfoot id='KSDg7'></tfoot><dl id='KSDg7'><fieldset id='KSDg7'></fieldset></dl></div>
                • 本文介绍了ORA - 00933 与内部连接和“as"混淆的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有一个使用 inner join 从两个表中获取数据的查询,但我收到错误 SQL 命令未正确结束,as"下有一个星号:

                  I have this query of getting data from two tables using an inner join, but I get the error SQL command not properly ended with an asterix under "as":

                  select P.carrier_id, O.order_id, O.aircraft_id, O.quantity
                  
                  from orderline AS O
                  
                  inner join purchaseorder AS P
                  
                  on O.order_id = P.carrier_id;
                  
                  the error:
                  
                  from orderline AS O ( with an asterix under AS)
                  
                  
                  Error at line 2
                  Ora-00933: SQL command not properly ended.
                  

                  关于这一点,我认为 AS 不会成为问题,因为它只是引用了一个别名,但我很困惑为什么会出现这种情况.

                  In regards to this I thought that AS wouldn't be an issue as it's just referencing an alias, but I'm so confused as to why this is coming up.

                  推荐答案

                  去掉AS关键字

                  select 
                     P.carrier_id, 
                     O.order_id, 
                     O.aircraft_id, 
                     O.quantity
                  from 
                     orderline O
                  inner join purchaseorder P
                     on O.order_id = P.carrier_id;
                  

                  这篇关于ORA - 00933 与内部连接和“as"混淆的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  ibtmp1是非压缩的innodb临时表的独立表空间,通过innodb_temp_data_file_path参数指定文件的路径,文件名和大小,默认配置为ibtmp1:12M:autoextend,也就是说在文件系统磁盘足够的情况下,这个文件大小是可以无限增长的。 为了避免ibtmp1文件无止境的暴涨导致
                  SQL query to group by day(按天分组的 SQL 查询)
                  What does SQL clause quot;GROUP BY 1quot; mean?(SQL 子句“GROUP BY 1是什么意思?意思是?)
                  MySQL groupwise MAX() returns unexpected results(MySQL groupwise MAX() 返回意外结果)
                  MySQL SELECT most frequent by group(MySQL SELECT 按组最频繁)
                  Include missing months in Group By query(在 Group By 查询中包含缺失的月份)

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

                      • <legend id='E2XU4'><style id='E2XU4'><dir id='E2XU4'><q id='E2XU4'></q></dir></style></legend>
                          <tfoot id='E2XU4'></tfoot>
                            <tbody id='E2XU4'></tbody>
                          • <bdo id='E2XU4'></bdo><ul id='E2XU4'></ul>

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