Hi, I am adding the following query to a .NET dataset TableAdapter.
select * from users ORDER BY RAND() LIMIT 0,10
But the LIMIT word is not recognized as a part of the query and I am unable to proceed further.
Is there any workaround for this issue?