I have one table name is TABLE, it has id and query two fields
as
follows
id query
1000 select count(*) from emp1
2000 select count(*) from emp2
..
While executing , i want result as follows
id query
1000 20(i want number rows here for example i gave here 20)
2000 22