Expand my Community achievements bar.

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

Avatar

Level 1

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?

1 Reply

Avatar

Employee

@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