- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2016 05:24 AM
Hi Friends,
How can i get all the field names from a particular database view? Is there anyway I can export all the fields from that database view?
Only the fields and not the data.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2016 06:35 AM
Hi Gopi,
if you go to the table sys_db_view_table_field and dot walk in the List Layout, you can see the View(Productline).
See the sample attached:
this will help you to get the list of fields used in that view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2016 05:38 AM
Hi Vijay,
Along with the field names of the view, how can we get the label for those fields along with that?
Is there any way to do that?
Will help in many documentation.
Thanks,
Gopi