Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-1833

union operation will cause error result

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • v1.3.0, v1.5.2
    • v1.5.4
    • Query Engine
    • None

    Description

      query like this will get error result :

      select * from (
      select 'b', count(1) from kylin_sales where lstg_format_name >= 'Auction'
      union all
      select 'a', count(1) from kylin_sales where lstg_format_name >= 'Others'
      union all
      select 'c', count(1) from kylin_sales where lstg_format_name >= 'FP-GTC'
      ) order by 1

      Attachments

        Issue Links

          Activity

            People

              feng_xiao_yu fengYu
              feng_xiao_yu fengYu
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: