ORA-10722: invalid number - triggered by GROUP BY

前端 未结 0 1325
执念已碎
执念已碎 2020-12-02 03:43

I have a query like this that runs fine:

SELECT t1.fiscal_quarter, t2.destination_country
FROM 
    (SELECT fiscal_quarter, order_number FROM tbl1) t1
LEFT JO         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题