P
ps
Is it possible to collect the actual field name(s) of one
query/table as the output of another, and not the
contents of the fields eg
table1: fields A,B,C
Query output select something1,something2,something3 from
table 1;
output Something1 Something2 Something3
'A' 'B' 'C'
query/table as the output of another, and not the
contents of the fields eg
table1: fields A,B,C
Query output select something1,something2,something3 from
table 1;
output Something1 Something2 Something3
'A' 'B' 'C'