Emmanuel
Master Tech
- Local time
- Yesterday, 22:54
- Joined
- Sep 4, 2002
- Messages
- 88
Hi team,
I'm looking to get a code that I can use to list the fields inside a table. I am in the process of converting all our tables to views so that I can better maintain it for the users and give it more functionality without the users having to link to many tables. The problem is that some of our tables have hundreds of fields and I am not about to type them all one at a time.
Could you share with me if there is a command or a line of code that I can use to pull all the filed in a table? For example.
select "list fields" from table1
Thank you in advance,
webmanny.com
I'm looking to get a code that I can use to list the fields inside a table. I am in the process of converting all our tables to views so that I can better maintain it for the users and give it more functionality without the users having to link to many tables. The problem is that some of our tables have hundreds of fields and I am not about to type them all one at a time.
Could you share with me if there is a command or a line of code that I can use to pull all the filed in a table? For example.
select "list fields" from table1
Thank you in advance,
webmanny.com