MySQL Forums
Forum List  »  Oracle

help converting oracle query to mysql
Posted by: madhavi majjiga
Date: September 08, 2008 08:49AM

help converting oracle query into mysql query..
select rep_date from ( SELECT rep_date
FROM reports
WHERE id = 'xyz'
AND status = 'A'
AND rdate = '08-01-17')
ROWNUM < 6
ORDER BY rdate ASC;

i appreciate all help

Options: ReplyQuote


Subject
Views
Written By
Posted
help converting oracle query to mysql
4092
September 08, 2008 08:49AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.