I want to fetch the size of my table in Salesforce using a CData driver.
Asked
Active
Viewed 90 times
1 Answers
0
if you want number of rows, you can use the COUNT as follows:
select count(*) FROM Account

Saqib Ali
- 3,953
- 10
- 55
- 100