Salesforce Warning: Cannot Select – Doesn't Support LIMIT
You may find that it's not possible to select a table in the Schema tab and the following warning appears:
Cannot select - Doesn't support LIMIT.
Find out what this warning means and whether it can be resolved.
Why the Doesn't support LIMIT warning appears
Salesforce objects that don't support LIMIT
can't be paginated. Querying these objects would return all records in the object. If there are too many records, the API request may time out.
No available workaround
It's not possible to select tables that don't support LIMIT
. See our unsupported data types for more information.