I would like to fetch all table rows count. I am using these strategy -
Create a Cursor to fetch all table name and read one by one. and this fetched result i will send it select statement, but my select statement does not recognize table name. How i achive this result.
Create a Cursor to fetch all table name and read one by one. and this fetched result i will send it select statement, but my select statement does not recognize table name. How i achive this result.
Comment