Uploaded image for project: 'Apache Hop (Retired)'
  1. Apache Hop (Retired)
  2. HOP-2584

Execute SQL script error with select into error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.70
    • 0.99
    • Database
    • None

    Description


      • In Workflow, add Execute SQL script and put this

      drop table if exists t;
      drop table if exists tt;

      select 1 as a, 2 as b into t;
      select 3 as aa, 4 as bb into tt;

      Connect to a postgres database, uncheck "Send as Single statement".

      This  issue was report 5 years ago in PDI Jira with patch
      https://jira.pentaho.com/browse/PDI-15395

      Test on hop-client-0.70-20210302.151218
       

      Attachments

        1. HOP_select_into.jpg
          78 kB
          Benoit Mouchard

        Activity

          People

            hansva Hans Van Akelyen
            bmouchard Benoit Mouchard
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: