This community site requires the ability to use javascript. Your browser settings appear to not allow this or is not supported by your browser.. You will not be able to utilize this site effectively without this capability.
You will either need to set your browser options to allow javascript for this site or change browsers.
If you have any questions please contact us at: info@workoutloud.com
Site Menu
Question:
Article:
What are the current record limits for APIs to return
For example:
select * from MITMAS;
This query will return a maximum of 10,000 rows.
In contrast:
select MMITNO, MMFUDS
from MITMAS00
where MMITNO ‘ABC’;
This query uses an indexed field and will return all matching rows in the table, with no row limit applied.
Share a Message