History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-18947
Type: Bug Bug
Status: Open Open
Assignee: Gregory Shrago
Reporter: Jon Steelman
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

SQL: redlines rownum usage

Created: 01 Aug 08 18:13   Updated: 01 Aug 08 18:14
Component/s: SQL

Build: 8,637


 Description  « Hide
Using the Oracle dialect, IDEA redlines rownum usage below and gives this error message:
nexpected 'rownum', ';' expected

SELECT m.dma_description
FROM markets m, dealer_leads l
WHERE l.dma=m.dma AND rownum = 1 AND l.owner_id=? AND report_month=?



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.