MySQL Forums
Forum List  »  Newbie

how to Display half records from table?
Posted by: Dale Thomas
Date: November 09, 2019 12:24AM

I am looking for MYSQL QUERY, not PLSQL QUERY

select * from aadhar limit (select count(*)/2 from aadhar);

I tried to like this but getting this error please help

Options: ReplyQuote


Subject
Written By
Posted
how to Display half records from table?
November 09, 2019 12:24AM


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.