Skip to Content
0
Former Member
Feb 16, 2009 at 09:12 AM

Edit mask for table name

292 Views

Hi,

I have value '666'. There exists a table with name KOTG666 in the system.

Now, I should write a SELECT statement which should mean as follows:---

SELECT * FROM KOTG666 .

But, I can't write KOTG666 directly, bcos next time I may have value '999' and I have to retrieve data from KOTG999.

How can i do that? Is it possible with Edit-mask??

Thanks,

Shivaa......