You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Prem (Jira)" <ji...@apache.org> on 2020/08/21 20:18:00 UTC

[jira] [Created] (IMPALA-10097) I am write to pivot a struct (complex data type) but i keep on getting erros

Prem created IMPALA-10097:
-----------------------------

             Summary: I am write to pivot a struct (complex data type) but i keep on getting erros
                 Key: IMPALA-10097
                 URL: https://issues.apache.org/jira/browse/IMPALA-10097
             Project: IMPALA
          Issue Type: Bug
          Components: Docs
            Reporter: Prem


select a.valueselect a.value , a.varname ,a.survey_id ,b.value ,b.varnamefrom pressganey.survey_raw,pressganey.survey_raw.demographics.response a inner join (select value,varname, survey_id from pressganey.survey_raw,pressganey.survey_raw.demographics.response) b on a.survey_id = b.survey_id where a.varname in ('ITACCTNO') and b.varname in ('ITCAMPUS'))



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org