Importing all fields from a field group into a table: sql | Community
Skip to main content
July 18, 2023
Question

Importing all fields from a field group into a table: sql

  • July 18, 2023
  • 1 reply
  • 440 views

I have a schema that I am importing with sql. Ideally I would be able to do select _theFieldGroup* to put all of the fields from that field group into a table. This however, does not work. Any idea how I can achieve this effect with a different method?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Adobe Employee
July 21, 2023

@mattjo The Fieldgroup.* will not expand the object types within, Is this you were trying say? If you could please share your query then I can help