Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-4236

OData - incorrect SQL in example

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.0
    • 9.0
    • Documentation
    • None
    • Hide

      There is incorrect SQL in the documentation:
      From the documentation:

      SELECT o.* FROM NW.orders o join NW.customers c join o.customer_id = c.id where c.id=1234 and o.orderdate > {ts '2012-12-31 21:23:38'}
      

      Correct SQL

      SELECT o.* FROM NW.orders o join NW.customers c on o.customer_id = c.id where c.id=1234 and o.orderdate > {ts '2012-12-31 21:23:38'}
      

      Documentation URL: https://docs.jboss.org/author/display/TEIID/OData+Support

      Show
      There is incorrect SQL in the documentation: From the documentation: SELECT o.* FROM NW.orders o join NW.customers c join o.customer_id = c .id where c .id=1234 and o.orderdate > {ts '2012-12-31 21:23:38' } Correct SQL SELECT o.* FROM NW.orders o join NW.customers c on o.customer_id = c .id where c .id=1234 and o.orderdate > {ts '2012-12-31 21:23:38' } Documentation URL: https://docs.jboss.org/author/display/TEIID/OData+Support

    Attachments

      Activity

        People

          rhn-engineering-shawkins Steven Hawkins
          jdurani Juraj DurĂ¡ni (Inactive)
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

          Dates

            Created:
            Updated:
            Resolved: