How can we get table size in Salesforce using CData driver?

108 views Asked by At

I want to fetch the size of my table in Salesforce using a CData driver.

1

There are 1 answers

0
Saqib Ali On

if you want number of rows, you can use the COUNT as follows:

select count(*) FROM Account