Uploaded image for project: 'Hue (READ ONLY)'
  1. Hue (READ ONLY)
  2. HUE-4374

[editor] No autocomplete appearing in ORDER BY with an operation

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 3.10.0
    • Fix Version/s: None
    • Component/s: app.editor
    • Labels:
      None

      Description

      Just copy paste on of the Hue sample:

      SELECT s07.description, s07.salary, s08.salary,
        s08.salary - s07.salary
      FROM
        sample_07 s07 JOIN sample_08 s08
      ON ( s07.code = s08.code)
      WHERE
       s07.salary < s08.salary
      ORDER BY s08.salary-s07.salary DESC
      LIMIT  1000
      

      and go next to a JOIN or s08. in the query and press ctrl+space.

        Attachments

          Activity

            People

            • Assignee:
              johan.ahlen Johan Åhlén
              Reporter:
              romain Romain Rigaux
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: