Hi,

sELECT count(recid) FROM EmplTable;

I want to execute the above statement

but the table will be variable, I will 
supply the table name. How can It be done?

something like this.

selec count(recid) from tname;

where tname='EmplTable";

Any help will be greatly appreciated.

regards,
D' great



Reply via email to