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 best solutions below

0
Saqib Ali On

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

select count(*) FROM Account