Question
Importing all fields from a field group into a table: sql
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?