Uploaded image for project: 'External data'
  1. External data
  2. DATA-59

The query "SELECT * FROM ${variable}" does not work

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • 2.LATER
    • 2.0.0
    • None
    • 1 - Middle term
    • 2 - Normal

      Whereas the query "SELECT * FROM table_name WHERE variable=${variable}" works fine.

      Is it normal ?

          [DATA-59] The query "SELECT * FROM ${variable}" does not work

          Raphaël Franchet added a comment - - edited

          Currently you can only have parameters

          "a=${a}"

          and that's a pity because you cannot do a

          like '%${a}%'

          or even as you proposed a simple

          ${a}

          Raphaël Franchet added a comment - - edited Currently you can only have parameters "a=${a}" and that's a pity because you cannot do a like '%${a}%' or even as you proposed a simple ${a}

            Unassigned Unassigned
            quentin Quentin Glinel-Mortreuil (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: