SQL - Inquiry about calling subqueries names

后端 未结 0 1732
悲哀的现实
悲哀的现实 2021-02-04 02:13

Let\'s say I have this query:

SELECT TABLE_0.*, TABLE_A.*
FROM (
    SELECT TABLE_0.*,
    CAST... -- and more variable creations/transformations
    FROM (
              


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