Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-816

'Like' and comparisons don't work with Joins

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Resolution: Unresolved
    • None
    • None
    • None
    • None
    • 685

    Description

      looks like only equality clauses are supported (ON a.column=b.column), but not something like this:

      SELECT *
      FROM TABLE a
      JOIN TABLE b ON b.column LIKE '%'+ a.column +'%'

      or

      SELECT *
      FROM TABLE a
      JOIN TABLE b ON b.column >a.column

      Attachments

        Activity

          People

            Unassigned Unassigned
            alexdl alex kamil
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: